#524B49

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

Shades of Saddle #524B49

Tints of Saddle #524B49

Color information

#524B49 (or 0x524B49) is unknown color: approx Saddle. HEX triplet: 52, 4B and 49. RGB value is (82,75,73). Sum of RGB (Red+Green+Blue) = 82+75+73=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 82 - color contains mainly: red. Hex color #524B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B49 is #ADB4B6. Grayscale: #4C4C4C. Windows color (decimal): -11383991 or 4803410. OLE color: 4803410.

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

Color convert

RGB827573-
CMYK00.090.110.68
HSL13.33º5.81%30.39%-
HSV(B)13.33º10.98%32.16%-
XYZ7.27.317.33-
YUV76.87125.82131.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.65%
GREEN value IS 75 (29.69% from 255) = 32.61%
BLUE value IS 73 (28.91% from 255) = 31.74%
R=35.65%
G=32.61%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82757300.090.110.6813.335.8130.39
Hex524B4909B44d61e
Octal1221131110111310415636
Binary1010010100101110010010100110111000100110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524B49; }

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

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

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

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

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

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

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

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