#865005

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

Shades of Saddle Brown #865005

Tints of Saddle Brown #865005

Color information

#865005 (or 0x865005) is unknown color: approx Saddle Brown. HEX triplet: 86, 50 and 05. RGB value is (134,80,5). Sum of RGB (Red+Green+Blue) = 134+80+5=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #865005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865005 is #79AFFA. Grayscale: #575757. Windows color (decimal): -7974907 or 348294. OLE color: 348294.

HSL color Cylindrical-coordinate representation of color #865005: hue angle of 34.88º 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 #865005 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB134805-
CMYK00.400.960.47
HSL34.88º92.81%27.25%-
HSV(B)34.88º96.27%52.55%-
XYZ12.7310.821.56-
YUV87.681.39161.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 61.19%
GREEN value IS 80 (31.64% from 255) = 36.53%
BLUE value IS 5 (2.34% from 255) = 2.28%
R=61.19%
G=36.53%
B=2.28%

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
Decimal13480500.400.960.4734.8892.8127.25
Hex86505028602F235d1b
Octal2061205050140574313533
Binary10000110101000010101010001100000101111100011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865005; }

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

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

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

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

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

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

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

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