#865D12

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

Shades of Golden Brown #865D12

Tints of Golden Brown #865D12

Color information

#865D12 (or 0x865D12) is unknown color: approx Golden Brown. HEX triplet: 86, 5D and 12. RGB value is (134,93,18). Sum of RGB (Red+Green+Blue) = 134+93+18=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #865D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865D12 is #79A2ED. Grayscale: #616161. Windows color (decimal): -7971566 or 1203590. OLE color: 1203590.

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

Color convert

RGB1349318-
CMYK00.310.870.47
HSL38.79º76.32%29.8%-
HSV(B)38.79º86.57%52.55%-
XYZ13.8612.942.34-
YUV96.7183.58154.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.69%
GREEN value IS 93 (36.72% from 255) = 37.96%
BLUE value IS 18 (7.42% from 255) = 7.35%
R=54.69%
G=37.96%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134931800.310.870.4738.7976.3229.8
Hex865D1201F572F274c1e
Octal20613522037127574711436
Binary100001101011101100100111111010111101111100111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,93,18); }

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

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

 a { background-color: rgb(134,93,18); }

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

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

 span { border-color: rgb(134,93,18); }

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