#594C3F

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

Shades of Rock #594C3F

Tints of Rock #594C3F

Color information

#594C3F (or 0x594C3F) is unknown color: approx Rock. HEX triplet: 59, 4C and 3F. RGB value is (89,76,63). Sum of RGB (Red+Green+Blue) = 89+76+63=228 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.04% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 89 - color contains mainly: red. Hex color #594C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594C3F is #A6B3C0. Grayscale: #4E4E4E. Windows color (decimal): -10924993 or 4148313. OLE color: 4148313.

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

Color convert

RGB897663-
CMYK00.150.290.65
HSL30º17.11%29.8%-
HSV(B)30º29.21%34.9%-
XYZ7.67.655.78-
YUV78.4119.31135.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.04%
GREEN value IS 76 (30.08% from 255) = 33.33%
BLUE value IS 63 (25% from 255) = 27.63%
R=39.04%
G=33.33%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89766300.150.290.653017.1129.8
Hex594C3F0F1D411e111e
Octal1311147701735101362136
Binary1011001100110011111101111111011000001111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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