#865B12

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

Shades of Golden Brown #865B12

Tints of Golden Brown #865B12

Color information

#865B12 (or 0x865B12) is unknown color: approx Golden Brown. HEX triplet: 86, 5B and 12. RGB value is (134,91,18). Sum of RGB (Red+Green+Blue) = 134+91+18=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #865B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865B12 is #79A4ED. Grayscale: #5F5F5F. Windows color (decimal): -7972078 or 1203078. OLE color: 1203078.

HSL color Cylindrical-coordinate representation of color #865B12: hue angle of 37.76º 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 #865B12 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB1349118-
CMYK00.320.870.47
HSL37.76º76.32%29.8%-
HSV(B)37.76º86.57%52.55%-
XYZ13.6812.592.28-
YUV95.5484.25155.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.14%
GREEN value IS 91 (35.94% from 255) = 37.45%
BLUE value IS 18 (7.42% from 255) = 7.41%
R=55.14%
G=37.45%
B=7.41%

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
Decimal134911800.320.870.4737.7676.3229.8
Hex865B12020572F264c1e
Octal20613322040127574611436
Binary1000011010110111001001000001010111101111100110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865B12; }

 p { color: rgb(134,91,18); }

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

<style>
 a { background-color: #865B12; }

 a { background-color: rgb(134,91,18); }

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

<style>
 span { border-color: #865B12; }

 span { border-color: rgb(134,91,18); }

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