#594C2F

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

Shades of Punga #594C2F

Tints of Punga #594C2F

Color information

#594C2F (or 0x594C2F) is unknown color: approx Punga. HEX triplet: 59, 4C and 2F. RGB value is (89,76,47). Sum of RGB (Red+Green+Blue) = 89+76+47=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 89 - color contains mainly: red. Hex color #594C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594C2F is #A6B3D0. Grayscale: #4C4C4C. Windows color (decimal): -10925009 or 3099737. OLE color: 3099737.

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

Color convert

RGB897647-
CMYK00.150.470.65
HSL41.43º30.88%26.67%-
HSV(B)41.43º47.19%34.9%-
XYZ7.227.53.76-
YUV76.58111.31136.86-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.98%
GREEN value IS 76 (30.08% from 255) = 35.85%
BLUE value IS 47 (18.75% from 255) = 22.17%
R=41.98%
G=35.85%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89764700.150.470.6541.4330.8826.67
Hex594C2F0F2F41291f1b
Octal1311145701757101513733
Binary101100110011001011110111110111110000011010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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