#864213

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

Shades of Saddle Brown #864213

Tints of Saddle Brown #864213

Color information

#864213 (or 0x864213) is unknown color: approx Saddle Brown. HEX triplet: 86, 42 and 13. RGB value is (134,66,19). Sum of RGB (Red+Green+Blue) = 134+66+19=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #864213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864213 is #79BDEC. Grayscale: #515151. Windows color (decimal): -7978477 or 1262214. OLE color: 1262214.

HSL color Cylindrical-coordinate representation of color #864213: hue angle of 24.52º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #864213 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB1346619-
CMYK00.510.860.47
HSL24.52º75.16%30%-
HSV(B)24.52º85.82%52.55%-
XYZ11.99.011.73-
YUV80.9793.03165.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 61.19%
GREEN value IS 66 (26.17% from 255) = 30.14%
BLUE value IS 19 (7.81% from 255) = 8.68%
R=61.19%
G=30.14%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134661900.510.860.4724.5275.1630
Hex864213033562F194b1e
Octal20610223063126573111336
Binary100001101000010100110110011101011010111111001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864213; }

 p { color: rgb(134,66,19); }

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

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

 a { background-color: rgb(134,66,19); }

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

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

 span { border-color: rgb(134,66,19); }

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