Html Css Color HEX #9F4A08 Saddle Brown

📋 copy color: '#9F4A08'

red 159 ◦ green 74 ◦ blue 8

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

Shades of Saddle Brown #9F4A08

Tints of Saddle Brown #9F4A08

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.71%

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

R = 65.98%
G = 30.71%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.38

RGB Variations

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

Color information

#9F4A08 (or 0x9F4A08) is known color: Saddle Brown. HEX triplet: 9F, 4A and 08. RGB value is (159,74,8). Sum of RGB (Red+Green+Blue) = 159+74+8=241 (31% of max value = 765). Red value is 159 (62.5% from 255 or 65.98% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4A08 is #60B5F7. Grayscale: #5C5C5C. Windows color (decimal): -6338040 or 543391. OLE color: 543391.

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

Color convert

RGB 159 74 8 -
CMYK 0 0.53 0.95 0.38
HSL 26.23º 0.9% 0.33% -
HSV(B) 26.23º 0.95% 0.62% -
XYZ 16.79 12.29 1.72 -
YUV 91.89 80.66 175.87 -
System Red Green Blue C M Y K H S L
Decimal 159 74 8 0 0.53 0.95 0.38 26.23 0.9 0.33
Hex 9F 4A 8 0 35 5F 26 1A 5A 21
Octal 237 112 10 0 65 137 46 32 132 41
Binary 10011111 1001010 1000 0 110101 1011111 100110 11010 1011010 100001

Color Harmonies of #9F4A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4A08

Black with #9F4A08

Text Example


Text Example

White with #9F4A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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