#875808

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

Shades of Golden Brown #875808

Tints of Golden Brown #875808

Color information

#875808 (or 0x875808) is unknown color: approx Golden Brown. HEX triplet: 87, 58 and 08. RGB value is (135,88,8). Sum of RGB (Red+Green+Blue) = 135+88+8=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #875808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875808 is #78A7F7. Grayscale: #5D5D5D. Windows color (decimal): -7907320 or 546951. OLE color: 546951.

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

Color convert

RGB135888-
CMYK00.350.940.47
HSL37.8º88.81%28.04%-
HSV(B)37.8º94.07%52.94%-
XYZ13.5312.151.86-
YUV92.9380.07158-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.44%
GREEN value IS 88 (34.77% from 255) = 38.10%
BLUE value IS 8 (3.52% from 255) = 3.46%
R=58.44%
G=38.10%
B=3.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13588800.350.940.4737.888.8128.04
Hex875880235E2F26591c
Octal20713010043136574613134
Binary100001111011000100001000111011110101111100110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875808; }

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

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

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

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

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

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

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

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