#854213

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

Shades of Saddle Brown #854213

Tints of Saddle Brown #854213

Color information

#854213 (or 0x854213) is unknown color: approx Saddle Brown. HEX triplet: 85, 42 and 13. RGB value is (133,66,19). Sum of RGB (Red+Green+Blue) = 133+66+19=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #854213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854213 is #7ABDEC. Grayscale: #505050. Windows color (decimal): -8044013 or 1262213. OLE color: 1262213.

HSL color Cylindrical-coordinate representation of color #854213: hue angle of 24.74º 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 #854213 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1336619-
CMYK00.500.860.48
HSL24.74º75%29.8%-
HSV(B)24.74º85.71%52.16%-
XYZ11.748.931.72-
YUV80.6793.2165.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.01%
GREEN value IS 66 (26.17% from 255) = 30.28%
BLUE value IS 19 (7.81% from 255) = 8.72%
R=61.01%
G=30.28%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133661900.500.860.4824.747529.8
Hex8542130325630194b1e
Octal20510223062126603111336
Binary100001011000010100110110010101011011000011001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854213; }

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

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

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

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

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

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

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

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