#865008

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

Shades of Saddle Brown #865008

Tints of Saddle Brown #865008

Color information

#865008 (or 0x865008) is unknown color: approx Saddle Brown. HEX triplet: 86, 50 and 08. RGB value is (134,80,8). Sum of RGB (Red+Green+Blue) = 134+80+8=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #865008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865008 is #79AFF7. Grayscale: #585858. Windows color (decimal): -7974904 or 544902. OLE color: 544902.

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

Color convert

RGB134808-
CMYK00.400.940.47
HSL34.29º88.73%27.84%-
HSV(B)34.29º94.03%52.55%-
XYZ12.7410.821.65-
YUV87.9482.89160.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.36%
GREEN value IS 80 (31.64% from 255) = 36.04%
BLUE value IS 8 (3.52% from 255) = 3.60%
R=60.36%
G=36.04%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13480800.400.940.4734.2988.7327.84
Hex865080285E2F22591c
Octal20612010050136574213134
Binary100001101010000100001010001011110101111100010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865008; }

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

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

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

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

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

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

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

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