#9F570B

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

Shades of Golden Brown #9F570B

Tints of Golden Brown #9F570B

Color information

#9F570B (or 0x9F570B) is unknown color: approx Golden Brown. HEX triplet: 9F, 57 and 0B. RGB value is (159,87,11). Sum of RGB (Red+Green+Blue) = 159+87+11=257 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.87% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 159 - color contains mainly: red. Hex color #9F570B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F570B is #60A8F4. Grayscale: #646464. Windows color (decimal): -6334709 or 743327. OLE color: 743327.

HSL color Cylindrical-coordinate representation of color #9F570B: hue angle of 30.81º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F570B is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.38.

Color convert

RGB1598711-
CMYK00.450.930.38
HSL30.81º87.06%33.33%-
HSV(B)30.81º93.08%62.35%-
XYZ17.7714.212.12-
YUV99.8677.85170.18-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 61.87%
GREEN value IS 87 (34.38% from 255) = 33.85%
BLUE value IS 11 (4.69% from 255) = 4.28%
R=61.87%
G=33.85%
B=4.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159871100.450.930.3830.8187.0633.33
Hex9F57B02D5D261f5721
Octal23712713055135463712741
Binary100111111010111101101011011011101100110111111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F570B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,87,11); }

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

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

 a { background-color: rgb(159,87,11); }

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

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

 span { border-color: rgb(159,87,11); }

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