#97570E

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

Shades of Golden Brown #97570E

Tints of Golden Brown #97570E

Color information

#97570E (or 0x97570E) is unknown color: approx Golden Brown. HEX triplet: 97, 57 and 0E. RGB value is (151,87,14). Sum of RGB (Red+Green+Blue) = 151+87+14=252 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.92% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 151 - color contains mainly: red. Hex color #97570E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97570E is #68A8F1. Grayscale: #626262. Windows color (decimal): -6858994 or 939927. OLE color: 939927.

HSL color Cylindrical-coordinate representation of color #97570E: hue angle of 31.97º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #97570E is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB1518714-
CMYK00.420.910.41
HSL31.97º83.03%32.35%-
HSV(B)31.97º90.73%59.22%-
XYZ16.2513.432.15-
YUV97.8180.7165.94-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 59.92%
GREEN value IS 87 (34.38% from 255) = 34.52%
BLUE value IS 14 (5.86% from 255) = 5.56%
R=59.92%
G=34.52%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151871400.420.910.4131.9783.0332.35
Hex9757E02A5B29205320
Octal22712716052133514012340
Binary1001011110101111110010101010110111010011000001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97570E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97570E; }

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

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

<style>
 a { background-color: #97570E; }

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

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

<style>
 span { border-color: #97570E; }

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

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