Html Css Color HEX #9F4508 Saddle Brown

📋 copy color: '#9F4508'

red 159 ◦ green 69 ◦ blue 8

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

Shades of Saddle Brown #9F4508

Tints of Saddle Brown #9F4508

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.24%

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

R = 67.37%
G = 29.24%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.38

RGB Variations

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

Color information

#9F4508 (or 0x9F4508) is known color: Saddle Brown. HEX triplet: 9F, 45 and 08. RGB value is (159,69,8). Sum of RGB (Red+Green+Blue) = 159+69+8=236 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.37% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4508 is #60BAF7. Grayscale: #595959. Windows color (decimal): -6339320 or 542111. OLE color: 542111.

HSL color Cylindrical-coordinate representation of color #9F4508: hue angle of 24.24º 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 #9F4508 is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 69 8 -
CMYK 0 0.57 0.95 0.38
HSL 24.24º 0.9% 0.33% -
HSV(B) 24.24º 0.95% 0.62% -
XYZ 16.47 11.64 1.61 -
YUV 88.96 82.32 177.96 -
System Red Green Blue C M Y K H S L
Decimal 159 69 8 0 0.57 0.95 0.38 24.24 0.9 0.33
Hex 9F 45 8 0 39 5F 26 18 5A 21
Octal 237 105 10 0 71 137 46 30 132 41
Binary 10011111 1000101 1000 0 111001 1011111 100110 11000 1011010 100001

Color Harmonies of #9F4508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4508

Black with #9F4508

Text Example


Text Example

White with #9F4508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,69,8); }

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

background-color css

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

 a { background-color: rgb(159,69,8); }

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

border-color css

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

 span { border-color: rgb(159,69,8); }

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