#594C45

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

Shades of Saddle #594C45

Tints of Saddle #594C45

Color information

#594C45 (or 0x594C45) is unknown color: approx Saddle. HEX triplet: 59, 4C and 45. RGB value is (89,76,69). Sum of RGB (Red+Green+Blue) = 89+76+69=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 89 - color contains mainly: red. Hex color #594C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594C45 is #A6B3BA. Grayscale: #4F4F4F. Windows color (decimal): -10924987 or 4541529. OLE color: 4541529.

HSL color Cylindrical-coordinate representation of color #594C45: hue angle of 21º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #594C45 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB897669-
CMYK00.150.220.65
HSL21º12.66%30.98%-
HSV(B)21º22.47%34.9%-
XYZ7.787.726.71-
YUV79.09122.31135.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.03%
GREEN value IS 76 (30.08% from 255) = 32.48%
BLUE value IS 69 (27.34% from 255) = 29.49%
R=38.03%
G=32.48%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89766900.150.220.652112.6630.98
Hex594C450F164115d1f
Octal13111410501726101251537
Binary1011001100110010001010111110110100000110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594C45; }

 p { color: rgb(89,76,69); }

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

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

 a { background-color: rgb(89,76,69); }

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

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

 span { border-color: rgb(89,76,69); }

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