#875E02

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

Shades of Golden Brown #875E02

Tints of Golden Brown #875E02

Color information

#875E02 (or 0x875E02) is unknown color: approx Golden Brown. HEX triplet: 87, 5E and 02. RGB value is (135,94,2). Sum of RGB (Red+Green+Blue) = 135+94+2=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #875E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875E02 is #78A1FD. Grayscale: #606060. Windows color (decimal): -7905790 or 155271. OLE color: 155271.

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

Color convert

RGB135942-
CMYK00.300.990.47
HSL41.5º97.08%26.86%-
HSV(B)41.5º98.52%52.94%-
XYZ14.0113.161.86-
YUV95.7775.08155.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.44%
GREEN value IS 94 (37.11% from 255) = 40.69%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=58.44%
G=40.69%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13594200.300.990.4741.597.0826.86
Hex875E201E632F2a611b
Octal2071362036143575214133
Binary100001111011110100111101100011101111101010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875E02; }

 p { color: rgb(135,94,2); }

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

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

 a { background-color: rgb(135,94,2); }

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

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

 span { border-color: rgb(135,94,2); }

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