#875E0C

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

Shades of Golden Brown #875E0C

Tints of Golden Brown #875E0C

Color information

#875E0C (or 0x875E0C) is unknown color: approx Golden Brown. HEX triplet: 87, 5E and 0C. RGB value is (135,94,12). Sum of RGB (Red+Green+Blue) = 135+94+12=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #875E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875E0C is #78A1F3. Grayscale: #616161. Windows color (decimal): -7905780 or 810631. OLE color: 810631.

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

Color convert

RGB1359412-
CMYK00.300.910.47
HSL40º83.67%28.82%-
HSV(B)40º91.11%52.94%-
XYZ14.0613.182.15-
YUV96.9180.08155.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.02%
GREEN value IS 94 (37.11% from 255) = 39.00%
BLUE value IS 12 (5.08% from 255) = 4.98%
R=56.02%
G=39.00%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135941200.300.910.474083.6728.82
Hex875EC01E5B2F28541d
Octal20713614036133575012435
Binary10000111101111011000111101011011101111101000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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