#875804

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

Shades of Golden Brown #875804

Tints of Golden Brown #875804

Color information

#875804 (or 0x875804) is unknown color: approx Golden Brown. HEX triplet: 87, 58 and 04. RGB value is (135,88,4). Sum of RGB (Red+Green+Blue) = 135+88+4=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #875804 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875804 is #78A7FB. Grayscale: #5C5C5C. Windows color (decimal): -7907324 or 284807. OLE color: 284807.

HSL color Cylindrical-coordinate representation of color #875804: hue angle of 38.47º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #875804 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB135884-
CMYK00.350.970.47
HSL38.47º94.24%27.25%-
HSV(B)38.47º97.04%52.94%-
XYZ13.512.141.75-
YUV92.4878.07158.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.47%
GREEN value IS 88 (34.77% from 255) = 38.77%
BLUE value IS 4 (1.95% from 255) = 1.76%
R=59.47%
G=38.77%
B=1.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13588400.350.970.4738.4794.2427.25
Hex87584023612F265e1b
Octal2071304043141574613633
Binary10000111101100010001000111100001101111100110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875804; }

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

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

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

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

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

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

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

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