#875C12

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

Shades of Golden Brown #875C12

Tints of Golden Brown #875C12

Color information

#875C12 (or 0x875C12) is unknown color: approx Golden Brown. HEX triplet: 87, 5C and 12. RGB value is (135,92,18). Sum of RGB (Red+Green+Blue) = 135+92+18=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #875C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875C12 is #78A3ED. Grayscale: #606060. Windows color (decimal): -7906286 or 1203335. OLE color: 1203335.

HSL color Cylindrical-coordinate representation of color #875C12: hue angle of 37.95º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #875C12 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB1359218-
CMYK00.320.870.47
HSL37.95º76.47%30%-
HSV(B)37.95º86.67%52.94%-
XYZ13.9312.852.32-
YUV96.4283.75155.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.10%
GREEN value IS 92 (36.33% from 255) = 37.55%
BLUE value IS 18 (7.42% from 255) = 7.35%
R=55.10%
G=37.55%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135921800.320.870.4737.9576.4730
Hex875C12020572F264c1e
Octal20713422040127574611436
Binary1000011110111001001001000001010111101111100110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,92,18); }

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

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

 a { background-color: rgb(135,92,18); }

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

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

 span { border-color: rgb(135,92,18); }

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