#97580E

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

Shades of Golden Brown #97580E

Tints of Golden Brown #97580E

Color information

#97580E (or 0x97580E) is unknown color: approx Golden Brown. HEX triplet: 97, 58 and 0E. RGB value is (151,88,14). Sum of RGB (Red+Green+Blue) = 151+88+14=253 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.68% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 151 - color contains mainly: red. Hex color #97580E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97580E is #68A7F1. Grayscale: #626262. Windows color (decimal): -6858738 or 940183. OLE color: 940183.

HSL color Cylindrical-coordinate representation of color #97580E: hue angle of 32.41º 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 #97580E is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB1518814-
CMYK00.420.910.41
HSL32.41º83.03%32.35%-
HSV(B)32.41º90.73%59.22%-
XYZ16.3313.592.18-
YUV98.480.37165.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 59.68%
GREEN value IS 88 (34.77% from 255) = 34.78%
BLUE value IS 14 (5.86% from 255) = 5.53%
R=59.68%
G=34.78%
B=5.53%

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
Decimal151881400.420.910.4132.4183.0332.35
Hex9758E02A5B29205320
Octal22713016052133514012340
Binary1001011110110001110010101010110111010011000001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97580E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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