#534C49

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

Shades of Saddle #534C49

Tints of Saddle #534C49

Color information

#534C49 (or 0x534C49) is unknown color: approx Saddle. HEX triplet: 53, 4C and 49. RGB value is (83,76,73). Sum of RGB (Red+Green+Blue) = 83+76+73=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 83 - color contains mainly: red. Hex color #534C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C49 is #ACB3B6. Grayscale: #4D4D4D. Windows color (decimal): -11318199 or 4803667. OLE color: 4803667.

HSL color Cylindrical-coordinate representation of color #534C49: hue angle of 18º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #534C49 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB837673-
CMYK00.080.120.67
HSL18º6.41%30.59%-
HSV(B)18º12.05%32.55%-
XYZ7.357.497.36-
YUV77.75125.32131.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.78%
GREEN value IS 76 (30.08% from 255) = 32.76%
BLUE value IS 73 (28.91% from 255) = 31.47%
R=35.78%
G=32.76%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83767300.080.120.67186.4130.59
Hex534C4908C431261f
Octal1231141110101410322637
Binary10100111001100100100101000110010000111001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534C49; }

 p { color: rgb(83,76,73); }

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

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

 a { background-color: rgb(83,76,73); }

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

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

 span { border-color: rgb(83,76,73); }

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