#865E10

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

Shades of Golden Brown #865E10

Tints of Golden Brown #865E10

Color information

#865E10 (or 0x865E10) is unknown color: approx Golden Brown. HEX triplet: 86, 5E and 10. RGB value is (134,94,16). Sum of RGB (Red+Green+Blue) = 134+94+16=244 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.92% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 134 - color contains mainly: red. Hex color #865E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865E10 is #79A1EF. Grayscale: #616161. Windows color (decimal): -7971312 or 1072774. OLE color: 1072774.

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

Color convert

RGB1349416-
CMYK00.300.880.47
HSL39.66º78.67%29.41%-
HSV(B)39.66º88.06%52.55%-
XYZ13.9313.112.29-
YUV97.0782.25154.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.92%
GREEN value IS 94 (37.11% from 255) = 38.52%
BLUE value IS 16 (6.64% from 255) = 6.56%
R=54.92%
G=38.52%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134941600.300.880.4739.6678.6729.41
Hex865E1001E582F284f1d
Octal20613620036130575011735
Binary100001101011110100000111101011000101111101000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,94,16); }

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

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

 a { background-color: rgb(134,94,16); }

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

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

 span { border-color: rgb(134,94,16); }

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