#865A02

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

Shades of Golden Brown #865A02

Tints of Golden Brown #865A02

Color information

#865A02 (or 0x865A02) is unknown color: approx Golden Brown. HEX triplet: 86, 5A and 02. RGB value is (134,90,2). Sum of RGB (Red+Green+Blue) = 134+90+2=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #865A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865A02 is #79A5FD. Grayscale: #5D5D5D. Windows color (decimal): -7972350 or 154246. OLE color: 154246.

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

Color convert

RGB134902-
CMYK00.330.990.47
HSL40º97.06%26.67%-
HSV(B)40º98.51%52.55%-
XYZ13.512.391.74-
YUV93.1276.58157.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.29%
GREEN value IS 90 (35.55% from 255) = 39.82%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=59.29%
G=39.82%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13490200.330.990.474097.0626.67
Hex865A2021632F28611b
Octal2061322041143575014133
Binary1000011010110101001000011100011101111101000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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