#9F4C00

Color #9F4C00 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #9F4C00

Tints of Saddle Brown #9F4C00

Color information

#9F4C00 (or 0x9F4C00) is unknown color: approx Saddle Brown. HEX triplet: 9F, 4C and 00. RGB value is (159,76,0). Sum of RGB (Red+Green+Blue) = 159+76+0=235 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.66% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4C00 is #60B3FF. Grayscale: #5C5C5C. Windows color (decimal): -6337536 or 19615. OLE color: 19615.

HSL color Cylindrical-coordinate representation of color #9F4C00: hue angle of 28.68º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F4C00 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB159760-
CMYK00.5210.38
HSL28.68º100%31.18%-
HSV(B)28.68º100%62.35%-
XYZ16.8812.541.53-
YUV92.1576175.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 67.66%
GREEN value IS 76 (30.08% from 255) = 32.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.66%
G=32.34%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15976000.5210.3828.6810031.18
Hex9F4C003464261d641f
Octal2371140064144463514437
Binary10011111100110000110100110010010011011101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,76,0); }

 H1.HeaderClassName
 {
   color: #9F4C00;
 }
 .AnyTagClassName
 {
   color: #9F4C00;
 }
</style>
background-color css

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

 a { background-color: rgb(159,76,0); }

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

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

 span { border-color: rgb(159,76,0); }

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