#865C01

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

Shades of Golden Brown #865C01

Tints of Golden Brown #865C01

Color information

#865C01 (or 0x865C01) is unknown color: approx Golden Brown. HEX triplet: 86, 5C and 01. RGB value is (134,92,1). Sum of RGB (Red+Green+Blue) = 134+92+1=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #865C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865C01 is #79A3FE. Grayscale: #5E5E5E. Windows color (decimal): -7971839 or 89222. OLE color: 89222.

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

Color convert

RGB134921-
CMYK00.310.990.47
HSL41.05º98.52%26.47%-
HSV(B)41.05º99.25%52.55%-
XYZ13.6612.721.76-
YUV94.1875.41156.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.03%
GREEN value IS 92 (36.33% from 255) = 40.53%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=59.03%
G=40.53%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13492100.310.990.4741.0598.5226.47
Hex865C101F632F29631a
Octal2061341037143575114332
Binary10000110101110010111111100011101111101001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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