#524B48

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

Shades of Saddle #524B48

Tints of Saddle #524B48

Color information

#524B48 (or 0x524B48) is unknown color: approx Saddle. HEX triplet: 52, 4B and 48. RGB value is (82,75,72). Sum of RGB (Red+Green+Blue) = 82+75+72=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 82 - color contains mainly: red. Hex color #524B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B48 is #ADB4B7. Grayscale: #4C4C4C. Windows color (decimal): -11383992 or 4737874. OLE color: 4737874.

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

Color convert

RGB827572-
CMYK00.090.120.68
HSL18º6.49%30.2%-
HSV(B)18º12.2%32.16%-
XYZ7.177.297.16-
YUV76.75125.32131.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.81%
GREEN value IS 75 (29.69% from 255) = 32.75%
BLUE value IS 72 (28.52% from 255) = 31.44%
R=35.81%
G=32.75%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82757200.090.120.68186.4930.2
Hex524B4809C441261e
Octal1221131100111410422636
Binary10100101001011100100001001110010001001001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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