#89580C

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

Shades of Golden Brown #89580C

Tints of Golden Brown #89580C

Color information

#89580C (or 0x89580C) is unknown color: approx Golden Brown. HEX triplet: 89, 58 and 0C. RGB value is (137,88,12). Sum of RGB (Red+Green+Blue) = 137+88+12=237 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.81% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 137 - color contains mainly: red. Hex color #89580C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89580C is #76A7F3. Grayscale: #5E5E5E. Windows color (decimal): -7776244 or 809097. OLE color: 809097.

HSL color Cylindrical-coordinate representation of color #89580C: hue angle of 36.48º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #89580C is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB1378812-
CMYK00.360.910.46
HSL36.48º83.89%29.22%-
HSV(B)36.48º91.24%53.73%-
XYZ13.8712.322-
YUV93.9981.73158.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 57.81%
GREEN value IS 88 (34.77% from 255) = 37.13%
BLUE value IS 12 (5.08% from 255) = 5.06%
R=57.81%
G=37.13%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137881200.360.910.4636.4883.8929.22
Hex8958C0245B2E24541d
Octal21113014044133564412435
Binary100010011011000110001001001011011101110100100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89580C; }

 p { color: rgb(137,88,12); }

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

<style>
 a { background-color: #89580C; }

 a { background-color: rgb(137,88,12); }

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

<style>
 span { border-color: #89580C; }

 span { border-color: rgb(137,88,12); }

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