Html Css Color HEX #9F5004 Saddle Brown

📋 copy color: '#9F5004'

red 159 ◦ green 80 ◦ blue 4

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

Shades of Saddle Brown #9F5004

Tints of Saddle Brown #9F5004

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.92%

 BLUE value IS 4 (1.95% from 255) = 1.65%

R = 65.43%
G = 32.92%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9F5004 (or 0x9F5004) is known color: Saddle Brown. HEX triplet: 9F, 50 and 04. RGB value is (159,80,4). Sum of RGB (Red+Green+Blue) = 159+80+4=243 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.43% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5004 is #60AFFB. Grayscale: #5F5F5F. Windows color (decimal): -6336508 or 282783. OLE color: 282783.

HSL color Cylindrical-coordinate representation of color #9F5004: hue angle of 29.42º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F5004 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 80 4 -
CMYK 0 0.50 0.97 0.38
HSL 29.42º 0.95% 0.32% -
HSV(B) 29.42º 0.97% 0.62% -
XYZ 17.19 13.12 1.74 -
YUV 94.96 76.67 173.68 -
System Red Green Blue C M Y K H S L
Decimal 159 80 4 0 0.50 0.97 0.38 29.42 0.95 0.32
Hex 9F 50 4 0 32 61 26 1D 5F 20
Octal 237 120 4 0 62 141 46 35 137 40
Binary 10011111 1010000 100 0 110010 1100001 100110 11101 1011111 100000

Color Harmonies of #9F5004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5004

Black with #9F5004

Text Example


Text Example

White with #9F5004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,80,4); }

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

background-color css

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

 a { background-color: rgb(159,80,4); }

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

border-color css

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

 span { border-color: rgb(159,80,4); }

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