#875A00

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

Shades of Golden Brown #875A00

Tints of Golden Brown #875A00

Color information

#875A00 (or 0x875A00) is unknown color: approx Golden Brown. HEX triplet: 87, 5A and 00. RGB value is (135,90,0). Sum of RGB (Red+Green+Blue) = 135+90+0=225 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 135 - color contains mainly: red. Hex color #875A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875A00 is #78A5FF. Grayscale: #5D5D5D. Windows color (decimal): -7906816 or 23175. OLE color: 23175.

HSL color Cylindrical-coordinate representation of color #875A00: hue angle of 40º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #875A00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB135900-
CMYK00.3310.47
HSL40º100%26.47%-
HSV(B)40º100%52.94%-
XYZ13.6512.461.69-
YUV93.275.41157.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60%
GREEN value IS 90 (35.55% from 255) = 40%
BLUE value IS 0 (0.39% from 255) = 0%
R=60%
G=40%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13590000.3310.474010026.47
Hex875A0021642F28641a
Octal2071320041144575014432
Binary100001111011010001000011100100101111101000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,90,0); }

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

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

 a { background-color: rgb(135,90,0); }

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

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

 span { border-color: rgb(135,90,0); }

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