Html Css Color HEX #9F4004 Saddle Brown

📋 copy color: '#9F4004'

red 159 ◦ green 64 ◦ blue 4

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

Shades of Saddle Brown #9F4004

Tints of Saddle Brown #9F4004

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.19%

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

R = 70.04%
G = 28.19%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9F4004 (or 0x9F4004) is known color: Saddle Brown. HEX triplet: 9F, 40 and 04. RGB value is (159,64,4). Sum of RGB (Red+Green+Blue) = 159+64+4=227 (30% of max value = 765). Red value is 159 (62.5% from 255 or 70.04% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4004 is #60BFFB. Grayscale: #555555. Windows color (decimal): -6340604 or 278687. OLE color: 278687.

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

Color convert

RGB 159 64 4 -
CMYK 0 0.60 0.97 0.38
HSL 23.23º 0.95% 0.32% -
HSV(B) 23.23º 0.97% 0.62% -
XYZ 16.15 11.05 1.4 -
YUV 85.57 81.97 180.38 -
System Red Green Blue C M Y K H S L
Decimal 159 64 4 0 0.60 0.97 0.38 23.23 0.95 0.32
Hex 9F 40 4 0 3C 61 26 17 5F 20
Octal 237 100 4 0 74 141 46 27 137 40
Binary 10011111 1000000 100 0 111100 1100001 100110 10111 1011111 100000

Color Harmonies of #9F4004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4004

Black with #9F4004

Text Example


Text Example

White with #9F4004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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