#524945

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

Shades of Saddle #524945

Tints of Saddle #524945

Color information

#524945 (or 0x524945) is unknown color: approx Saddle. HEX triplet: 52, 49 and 45. RGB value is (82,73,69). Sum of RGB (Red+Green+Blue) = 82+73+69=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 82 - color contains mainly: red. Hex color #524945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524945 is #ADB6BA. Grayscale: #4B4B4B. Windows color (decimal): -11384507 or 4540754. OLE color: 4540754.

HSL color Cylindrical-coordinate representation of color #524945: hue angle of 18.46º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #524945 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB827369-
CMYK00.110.160.68
HSL18.46º8.61%29.61%-
HSV(B)18.46º15.85%32.16%-
XYZ6.946.996.61-
YUV75.24124.48132.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.61%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 69 (27.34% from 255) = 30.80%
R=36.61%
G=32.59%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82736900.110.160.6818.468.6129.61
Hex5249450B10441291e
Octal12211110501320104221136
Binary1010010100100110001010101110000100010010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524945; }

 p { color: rgb(82,73,69); }

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

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

 a { background-color: rgb(82,73,69); }

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

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

 span { border-color: rgb(82,73,69); }

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