#534844

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

Shades of Saddle #534844

Tints of Saddle #534844

Color information

#534844 (or 0x534844) is unknown color: approx Saddle. HEX triplet: 53, 48 and 44. RGB value is (83,72,68). Sum of RGB (Red+Green+Blue) = 83+72+68=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 83 - color contains mainly: red. Hex color #534844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534844 is #ACB7BB. Grayscale: #4A4A4A. Windows color (decimal): -11319228 or 4474963. OLE color: 4474963.

HSL color Cylindrical-coordinate representation of color #534844: hue angle of 16º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #534844 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB837268-
CMYK00.130.180.67
HSL16º9.93%29.61%-
HSV(B)16º18.07%32.55%-
XYZ6.936.896.43-
YUV74.83124.14133.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.22%
GREEN value IS 72 (28.52% from 255) = 32.29%
BLUE value IS 68 (26.95% from 255) = 30.49%
R=37.22%
G=32.29%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83726800.130.180.67169.9329.61
Hex5348440D124310a1e
Octal12311010401522103201236
Binary1010011100100010001000110110010100001110000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534844; }

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

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

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

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

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

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

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

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