Html Css Color HEX #9E3F0A Saddle Brown

📋 copy color: '#9E3F0A'

red 158 ◦ green 63 ◦ blue 10

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

Shades of Saddle Brown #9E3F0A

Tints of Saddle Brown #9E3F0A

RGB

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

 GREEN value IS 63 (25% from 255) = 27.27%

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

R = 68.4%
G = 27.27%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9E3F0A (or 0x9E3F0A) is known color: Saddle Brown. HEX triplet: 9E, 3F and 0A. RGB value is (158,63,10). Sum of RGB (Red+Green+Blue) = 158+63+10=231 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.40% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3F0A is #61C0F5. Grayscale: #555555. Windows color (decimal): -6406390 or 671646. OLE color: 671646.

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

Color convert

RGB 158 63 10 -
CMYK 0 0.60 0.94 0.38
HSL 21.49º 0.88% 0.33% -
HSV(B) 21.49º 0.94% 0.62% -
XYZ 15.93 10.85 1.54 -
YUV 85.36 85.47 179.81 -
System Red Green Blue C M Y K H S L
Decimal 158 63 10 0 0.60 0.94 0.38 21.49 0.88 0.33
Hex 9E 3F A 0 3C 5E 26 15 58 21
Octal 236 77 12 0 74 136 46 25 130 41
Binary 10011110 111111 1010 0 111100 1011110 100110 10101 1011000 100001

Color Harmonies of #9E3F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3F0A

Black with #9E3F0A

Text Example


Text Example

White with #9E3F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,63,10); }

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

background-color css

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

 a { background-color: rgb(158,63,10); }

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

border-color css

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

 span { border-color: rgb(158,63,10); }

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