#87580A

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

Shades of Golden Brown #87580A

Tints of Golden Brown #87580A

Color information

#87580A (or 0x87580A) is unknown color: approx Golden Brown. HEX triplet: 87, 58 and 0A. RGB value is (135,88,10). Sum of RGB (Red+Green+Blue) = 135+88+10=233 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.94% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 135 - color contains mainly: red. Hex color #87580A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87580A is #78A7F5. Grayscale: #5D5D5D. Windows color (decimal): -7907318 or 678023. OLE color: 678023.

HSL color Cylindrical-coordinate representation of color #87580A: hue angle of 37.44º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #87580A is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB1358810-
CMYK00.350.930.47
HSL37.44º86.21%28.43%-
HSV(B)37.44º92.59%52.94%-
XYZ13.5412.151.92-
YUV93.1681.07157.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.94%
GREEN value IS 88 (34.77% from 255) = 37.77%
BLUE value IS 10 (4.30% from 255) = 4.29%
R=57.94%
G=37.77%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135881000.350.930.4737.4486.2128.43
Hex8758A0235D2F25561c
Octal20713012043135574512634
Binary100001111011000101001000111011101101111100101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87580A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87580A; }

 p { color: rgb(135,88,10); }

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

<style>
 a { background-color: #87580A; }

 a { background-color: rgb(135,88,10); }

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

<style>
 span { border-color: #87580A; }

 span { border-color: rgb(135,88,10); }

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