#875E0A

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

Shades of Golden Brown #875E0A

Tints of Golden Brown #875E0A

Color information

#875E0A (or 0x875E0A) is unknown color: approx Golden Brown. HEX triplet: 87, 5E and 0A. RGB value is (135,94,10). Sum of RGB (Red+Green+Blue) = 135+94+10=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #875E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875E0A is #78A1F5. Grayscale: #616161. Windows color (decimal): -7905782 or 679559. OLE color: 679559.

HSL color Cylindrical-coordinate representation of color #875E0A: hue angle of 40.32º 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 #875E0A is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB1359410-
CMYK00.300.930.47
HSL40.32º86.21%28.43%-
HSV(B)40.32º92.59%52.94%-
XYZ14.0513.182.09-
YUV96.6879.08155.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.49%
GREEN value IS 94 (37.11% from 255) = 39.33%
BLUE value IS 10 (4.30% from 255) = 4.18%
R=56.49%
G=39.33%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135941000.300.930.4740.3286.2128.43
Hex875EA01E5D2F28561c
Octal20713612036135575012634
Binary10000111101111010100111101011101101111101000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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