#865A11

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

Shades of Golden Brown #865A11

Tints of Golden Brown #865A11

Color information

#865A11 (or 0x865A11) is unknown color: approx Golden Brown. HEX triplet: 86, 5A and 11. RGB value is (134,90,17). Sum of RGB (Red+Green+Blue) = 134+90+17=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #865A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865A11 is #79A5EE. Grayscale: #5F5F5F. Windows color (decimal): -7972335 or 1137286. OLE color: 1137286.

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

Color convert

RGB1349017-
CMYK00.330.870.47
HSL37.44º77.48%29.61%-
HSV(B)37.44º87.31%52.55%-
XYZ13.5912.422.21-
YUV94.8384.08155.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.60%
GREEN value IS 90 (35.55% from 255) = 37.34%
BLUE value IS 17 (7.03% from 255) = 7.05%
R=55.60%
G=37.34%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134901700.330.870.4737.4477.4829.61
Hex865A11021572F254d1e
Octal20613221041127574511536
Binary1000011010110101000101000011010111101111100101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,90,17); }

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

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

 a { background-color: rgb(134,90,17); }

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

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

 span { border-color: rgb(134,90,17); }

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