Html Css Color HEX #9E4208 Saddle Brown

📋 copy color: '#9E4208'

red 158 ◦ green 66 ◦ blue 8

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

Shades of Saddle Brown #9E4208

Tints of Saddle Brown #9E4208

RGB

 RED value IS 158 (62.11% from 255) = 68.1%

 GREEN value IS 66 (26.17% from 255) = 28.45%

 BLUE value IS 8 (3.52% from 255) = 3.45%

R = 68.1%
G = 28.45%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.38

RGB Variations

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

Color information

#9E4208 (or 0x9E4208) is known color: Saddle Brown. HEX triplet: 9E, 42 and 08. RGB value is (158,66,8). Sum of RGB (Red+Green+Blue) = 158+66+8=232 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.10% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4208 is #61BDF7. Grayscale: #575757. Windows color (decimal): -6405624 or 541342. OLE color: 541342.

HSL color Cylindrical-coordinate representation of color #9E4208: hue angle of 23.2º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E4208 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 66 8 -
CMYK 0 0.58 0.95 0.38
HSL 23.2º 0.9% 0.33% -
HSV(B) 23.2º 0.95% 0.62% -
XYZ 16.09 11.18 1.54 -
YUV 86.9 83.48 178.72 -
System Red Green Blue C M Y K H S L
Decimal 158 66 8 0 0.58 0.95 0.38 23.2 0.9 0.33
Hex 9E 42 8 0 3A 5F 26 17 5A 21
Octal 236 102 10 0 72 137 46 27 132 41
Binary 10011110 1000010 1000 0 111010 1011111 100110 10111 1011010 100001

Color Harmonies of #9E4208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4208

Black with #9E4208

Text Example


Text Example

White with #9E4208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E4208; }

 p { color: rgb(158,66,8); }

 H1.HeaderClassName
 {
   color: #9E4208;
 }
 .AnyTagClassName
 {
   color: #9E4208;
 }
</style>

background-color css

<style>
 a { background-color: #9E4208; }

 a { background-color: rgb(158,66,8); }

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

border-color css

<style>
 span { border-color: #9E4208; }

 span { border-color: rgb(158,66,8); }

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