#865c13

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

Shades of Golden Brown #865C13

Tints of Golden Brown #865C13

Color information

#865C13 (or 0x865C13) is unknown color: approx Golden Brown. HEX triplet: 86, 5C and 13. RGB value is (134,92,19). Sum of RGB (Red+Green+Blue) = 134+92+19=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #865C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865C13 is #79A3EC. Grayscale: #606060. Windows color (decimal): -7971821 or 1268870. OLE color: 1268870.

HSL color Cylindrical-coordinate representation of color #865C13: hue angle of 38.09º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #865C13 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB1349219-
CMYK00.310.860.47
HSL38.09º75.16%30%-
HSV(B)38.09º85.82%52.55%-
XYZ13.7812.772.35-
YUV96.2484.41154.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.69%
GREEN value IS 92 (36.33% from 255) = 37.55%
BLUE value IS 19 (7.81% from 255) = 7.76%
R=54.69%
G=37.55%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134921900.310.860.4738.0975.1630
Hex865C1301F562F264b1e
Octal20613423037126574611336
Binary100001101011100100110111111010110101111100110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865c13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,92,19); }

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

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

 a { background-color: rgb(134,92,19); }

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

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

 span { border-color: rgb(134,92,19); }

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