#524844

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

Shades of Saddle #524844

Tints of Saddle #524844

Color information

#524844 (or 0x524844) is unknown color: approx Saddle. HEX triplet: 52, 48 and 44. RGB value is (82,72,68). Sum of RGB (Red+Green+Blue) = 82+72+68=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 82 - color contains mainly: red. Hex color #524844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524844 is #ADB7BB. Grayscale: #4A4A4A. Windows color (decimal): -11384764 or 4474962. OLE color: 4474962.

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

Color convert

RGB827268-
CMYK00.120.170.68
HSL17.14º9.33%29.41%-
HSV(B)17.14º17.07%32.16%-
XYZ6.846.856.43-
YUV74.53124.31133.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.94%
GREEN value IS 72 (28.52% from 255) = 32.43%
BLUE value IS 68 (26.95% from 255) = 30.63%
R=36.94%
G=32.43%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82726800.120.170.6817.149.3329.41
Hex5248440C11441191d
Octal12211010401421104211135
Binary1010010100100010001000110010001100010010001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524844; }

 p { color: rgb(82,72,68); }

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

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

 a { background-color: rgb(82,72,68); }

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

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

 span { border-color: rgb(82,72,68); }

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