#844213

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

Shades of Saddle Brown #844213

Tints of Saddle Brown #844213

Color information

#844213 (or 0x844213) is unknown color: approx Saddle Brown. HEX triplet: 84, 42 and 13. RGB value is (132,66,19). Sum of RGB (Red+Green+Blue) = 132+66+19=217 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.83% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 132 - color contains mainly: red. Hex color #844213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844213 is #7BBDEC. Grayscale: #505050. Windows color (decimal): -8109549 or 1262212. OLE color: 1262212.

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

Color convert

RGB1326619-
CMYK00.50.860.48
HSL24.96º74.83%29.61%-
HSV(B)24.96º85.61%51.76%-
XYZ11.588.851.71-
YUV80.3893.37164.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.83%
GREEN value IS 66 (26.17% from 255) = 30.41%
BLUE value IS 19 (7.81% from 255) = 8.76%
R=60.83%
G=30.41%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132661900.50.860.4824.9674.8329.61
Hex8442130325630194b1e
Octal20410223062126603111336
Binary100001001000010100110110010101011011000011001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844213; }

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

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

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

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

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

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

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

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