#534945

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

Shades of Saddle #534945

Tints of Saddle #534945

Color information

#534945 (or 0x534945) is unknown color: approx Saddle. HEX triplet: 53, 49 and 45. RGB value is (83,73,69). Sum of RGB (Red+Green+Blue) = 83+73+69=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 83 - color contains mainly: red. Hex color #534945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534945 is #ACB6BA. Grayscale: #4B4B4B. Windows color (decimal): -11318971 or 4540755. OLE color: 4540755.

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

Color convert

RGB837369-
CMYK00.120.170.67
HSL17.14º9.21%29.8%-
HSV(B)17.14º16.87%32.55%-
XYZ7.027.036.62-
YUV75.53124.31133.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.89%
GREEN value IS 73 (28.91% from 255) = 32.44%
BLUE value IS 69 (27.34% from 255) = 30.67%
R=36.89%
G=32.44%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83736900.120.170.6717.149.2129.8
Hex5349450C11431191e
Octal12311110501421103211136
Binary1010011100100110001010110010001100001110001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534945; }

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

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

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

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

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

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

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

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