Html Css Color HEX #993D0A Saddle Brown

📋 copy color: '#993D0A'

red 153 ◦ green 61 ◦ blue 10

#993D0A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #993D0A

Tints of Saddle Brown #993D0A

RGB

 RED value IS 153 (60.16% from 255) = 68.3%

 GREEN value IS 61 (24.22% from 255) = 27.23%

 BLUE value IS 10 (4.3% from 255) = 4.46%

R = 68.3%
G = 27.23%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#993D0A (or 0x993D0A) is known color: Saddle Brown. HEX triplet: 99, 3D and 0A. RGB value is (153,61,10). Sum of RGB (Red+Green+Blue) = 153+61+10=224 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.30% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 153 - color contains mainly: red. Hex color #993D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993D0A is #66C2F5. Grayscale: #525252. Windows color (decimal): -6734582 or 671129. OLE color: 671129.

HSL color Cylindrical-coordinate representation of color #993D0A: hue angle of 21.4º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #993D0A is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 61 10 -
CMYK 0 0.60 0.93 0.4
HSL 21.4º 0.88% 0.32% -
HSV(B) 21.4º 0.93% 0.6% -
XYZ 14.86 10.13 1.46 -
YUV 82.69 86.98 178.15 -
System Red Green Blue C M Y K H S L
Decimal 153 61 10 0 0.60 0.93 0.4 21.4 0.88 0.32
Hex 99 3D A 0 3C 5D 28 15 58 20
Octal 231 75 12 0 74 135 50 25 130 40
Binary 10011001 111101 1010 0 111100 1011101 101000 10101 1011000 100000

Color Harmonies of #993D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993D0A

Black with #993D0A

Text Example


Text Example

White with #993D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993D0A; }

 p { color: rgb(153,61,10); }

 H1.HeaderClassName
 {
   color: #993D0A;
 }
 .AnyTagClassName
 {
   color: #993D0A;
 }
</style>

background-color css

<style>
 a { background-color: #993D0A; }

 a { background-color: rgb(153,61,10); }

 div.DivClassName
 {
   background-color: #993D0A;
 }
 .BgClassName
 {
   background-color: #993D0A;
 }
</style>

border-color css

<style>
 span { border-color: #993D0A; }

 span { border-color: rgb(153,61,10); }

 td.TdClassName
 {
   border-color: #993D0A;
 }
 .TagClassName
 {
   border-color: #993D0A;
 }
</style>