#865A0B

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

Shades of Golden Brown #865A0B

Tints of Golden Brown #865A0B

Color information

#865A0B (or 0x865A0B) is unknown color: approx Golden Brown. HEX triplet: 86, 5A and 0B. RGB value is (134,90,11). Sum of RGB (Red+Green+Blue) = 134+90+11=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #865A0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865A0B is #79A5F4. Grayscale: #5E5E5E. Windows color (decimal): -7972341 or 744070. OLE color: 744070.

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

Color convert

RGB1349011-
CMYK00.330.920.47
HSL38.54º84.83%28.43%-
HSV(B)38.54º91.79%52.55%-
XYZ13.5512.42-
YUV94.1581.08156.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.02%
GREEN value IS 90 (35.55% from 255) = 38.30%
BLUE value IS 11 (4.69% from 255) = 4.68%
R=57.02%
G=38.30%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134901100.330.920.4738.5484.8328.43
Hex865AB0215C2F27551c
Octal20613213041134574712534
Binary100001101011010101101000011011100101111100111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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