Html Css Color HEX #9F4412 Saddle Brown

📋 copy color: '#9F4412'

red 159 ◦ green 68 ◦ blue 18

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

Shades of Saddle Brown #9F4412

Tints of Saddle Brown #9F4412

RGB

 RED value IS 159 (62.5% from 255) = 64.9%

 GREEN value IS 68 (26.95% from 255) = 27.76%

 BLUE value IS 18 (7.42% from 255) = 7.35%

R = 64.9%
G = 27.76%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F4412 (or 0x9F4412) is known color: Saddle Brown. HEX triplet: 9F, 44 and 12. RGB value is (159,68,18). Sum of RGB (Red+Green+Blue) = 159+68+18=245 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.90% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4412 is #60BBED. Grayscale: #595959. Windows color (decimal): -6339566 or 1197215. OLE color: 1197215.

HSL color Cylindrical-coordinate representation of color #9F4412: hue angle of 21.28º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F4412 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 68 18 -
CMYK 0 0.57 0.89 0.38
HSL 21.28º 0.8% 0.35% -
HSV(B) 21.28º 0.89% 0.62% -
XYZ 16.47 11.55 1.93 -
YUV 89.51 87.65 177.57 -
System Red Green Blue C M Y K H S L
Decimal 159 68 18 0 0.57 0.89 0.38 21.28 0.8 0.35
Hex 9F 44 12 0 39 59 26 15 50 23
Octal 237 104 22 0 71 131 46 25 120 43
Binary 10011111 1000100 10010 0 111001 1011001 100110 10101 1010000 100011

Color Harmonies of #9F4412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4412

Black with #9F4412

Text Example


Text Example

White with #9F4412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,68,18); }

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

background-color css

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

 a { background-color: rgb(159,68,18); }

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

border-color css

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

 span { border-color: rgb(159,68,18); }

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