#865105

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

Shades of Saddle Brown #865105

Tints of Saddle Brown #865105

Color information

#865105 (or 0x865105) is unknown color: approx Saddle Brown. HEX triplet: 86, 51 and 05. RGB value is (134,81,5). Sum of RGB (Red+Green+Blue) = 134+81+5=220 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.91% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 134 - color contains mainly: red. Hex color #865105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865105 is #79AEFA. Grayscale: #585858. Windows color (decimal): -7974651 or 348550. OLE color: 348550.

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

Color convert

RGB134815-
CMYK00.400.960.47
HSL35.35º92.81%27.25%-
HSV(B)35.35º96.27%52.55%-
XYZ12.810.961.59-
YUV88.1881.06160.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.91%
GREEN value IS 81 (32.03% from 255) = 36.82%
BLUE value IS 5 (2.34% from 255) = 2.27%
R=60.91%
G=36.82%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13481500.400.960.4735.3592.8127.25
Hex86515028602F235d1b
Octal2061215050140574313533
Binary10000110101000110101010001100000101111100011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865105; }

 p { color: rgb(134,81,5); }

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

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

 a { background-color: rgb(134,81,5); }

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

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

 span { border-color: rgb(134,81,5); }

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