Html Css Color HEX #9F4808 Saddle Brown

📋 copy color: '#9F4808'

red 159 ◦ green 72 ◦ blue 8

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

Shades of Saddle Brown #9F4808

Tints of Saddle Brown #9F4808

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.13%

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

R = 66.53%
G = 30.13%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.38

RGB Variations

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

Color information

#9F4808 (or 0x9F4808) is known color: Saddle Brown. HEX triplet: 9F, 48 and 08. RGB value is (159,72,8). Sum of RGB (Red+Green+Blue) = 159+72+8=239 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.53% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4808 is #60B7F7. Grayscale: #5B5B5B. Windows color (decimal): -6338552 or 542879. OLE color: 542879.

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

Color convert

RGB 159 72 8 -
CMYK 0 0.55 0.95 0.38
HSL 25.43º 0.9% 0.33% -
HSV(B) 25.43º 0.95% 0.62% -
XYZ 16.66 12.02 1.67 -
YUV 90.72 81.32 176.7 -
System Red Green Blue C M Y K H S L
Decimal 159 72 8 0 0.55 0.95 0.38 25.43 0.9 0.33
Hex 9F 48 8 0 37 5F 26 19 5A 21
Octal 237 110 10 0 67 137 46 31 132 41
Binary 10011111 1001000 1000 0 110111 1011111 100110 11001 1011010 100001

Color Harmonies of #9F4808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4808

Black with #9F4808

Text Example


Text Example

White with #9F4808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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