#865E03

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

Shades of Golden Brown #865E03

Tints of Golden Brown #865E03

Color information

#865E03 (or 0x865E03) is unknown color: approx Golden Brown. HEX triplet: 86, 5E and 03. RGB value is (134,94,3). Sum of RGB (Red+Green+Blue) = 134+94+3=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #865E03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865E03 is #79A1FC. Grayscale: #5F5F5F. Windows color (decimal): -7971325 or 220806. OLE color: 220806.

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

Color convert

RGB134943-
CMYK00.300.980.47
HSL41.68º95.62%26.86%-
HSV(B)41.68º97.76%52.55%-
XYZ13.8513.081.88-
YUV95.5975.75155.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.01%
GREEN value IS 94 (37.11% from 255) = 40.69%
BLUE value IS 3 (1.56% from 255) = 1.30%
R=58.01%
G=40.69%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13494300.300.980.4741.6895.6226.86
Hex865E301E622F2a601b
Octal2061363036142575214033
Binary100001101011110110111101100010101111101010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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