Html Css Color HEX #9E3E0F Saddle Brown

📋 copy color: '#9E3E0F'

red 158 ◦ green 62 ◦ blue 15

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

Shades of Saddle Brown #9E3E0F

Tints of Saddle Brown #9E3E0F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.38%

 BLUE value IS 15 (6.25% from 255) = 6.38%

R = 67.23%
G = 26.38%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9E3E0F (or 0x9E3E0F) is known color: Saddle Brown. HEX triplet: 9E, 3E and 0F. RGB value is (158,62,15). Sum of RGB (Red+Green+Blue) = 158+62+15=235 (31% of max value = 765). Red value is 158 (62.11% from 255 or 67.23% from 235); Green value is 62 (24.61% from 255 or 26.38% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3E0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3E0F is #61C1F0. Grayscale: #555555. Windows color (decimal): -6406641 or 999070. OLE color: 999070.

HSL color Cylindrical-coordinate representation of color #9E3E0F: hue angle of 19.72º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E3E0F is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 62 15 -
CMYK 0 0.61 0.91 0.38
HSL 19.72º 0.83% 0.34% -
HSV(B) 19.72º 0.91% 0.62% -
XYZ 15.91 10.75 1.69 -
YUV 85.35 88.3 179.82 -
System Red Green Blue C M Y K H S L
Decimal 158 62 15 0 0.61 0.91 0.38 19.72 0.83 0.34
Hex 9E 3E F 0 3D 5B 26 14 53 22
Octal 236 76 17 0 75 133 46 24 123 42
Binary 10011110 111110 1111 0 111101 1011011 100110 10100 1010011 100010

Color Harmonies of #9E3E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3E0F

Black with #9E3E0F

Text Example


Text Example

White with #9E3E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,62,15); }

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

background-color css

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

 a { background-color: rgb(158,62,15); }

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

border-color css

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

 span { border-color: rgb(158,62,15); }

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