#865B01

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

Shades of Golden Brown #865B01

Tints of Golden Brown #865B01

Color information

#865B01 (or 0x865B01) is unknown color: approx Golden Brown. HEX triplet: 86, 5B and 01. RGB value is (134,91,1). Sum of RGB (Red+Green+Blue) = 134+91+1=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #865B01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865B01 is #79A4FE. Grayscale: #5D5D5D. Windows color (decimal): -7972095 or 88966. OLE color: 88966.

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

Color convert

RGB134911-
CMYK00.320.990.47
HSL40.6º98.52%26.47%-
HSV(B)40.6º99.25%52.55%-
XYZ13.5812.551.74-
YUV93.675.75156.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.29%
GREEN value IS 91 (35.94% from 255) = 40.27%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=59.29%
G=40.27%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13491100.320.990.4740.698.5226.47
Hex865B1020632F29631a
Octal2061331040143575114332
Binary100001101011011101000001100011101111101001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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