#9F570E

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

Shades of Golden Brown #9F570E

Tints of Golden Brown #9F570E

Color information

#9F570E (or 0x9F570E) is unknown color: approx Golden Brown. HEX triplet: 9F, 57 and 0E. RGB value is (159,87,14). Sum of RGB (Red+Green+Blue) = 159+87+14=260 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.15% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 159 - color contains mainly: red. Hex color #9F570E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F570E is #60A8F1. Grayscale: #646464. Windows color (decimal): -6334706 or 939935. OLE color: 939935.

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

Color convert

RGB1598714-
CMYK00.450.910.38
HSL30.21º83.82%33.92%-
HSV(B)30.21º91.19%62.35%-
XYZ17.7914.222.22-
YUV100.2179.35169.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 61.15%
GREEN value IS 87 (34.38% from 255) = 33.46%
BLUE value IS 14 (5.86% from 255) = 5.38%
R=61.15%
G=33.46%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159871400.450.910.3830.2183.8233.92
Hex9F57E02D5B261e5422
Octal23712716055133463612442
Binary100111111010111111001011011011011100110111101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F570E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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