#594C2E

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

Shades of Punga #594C2E

Tints of Punga #594C2E

Color information

#594C2E (or 0x594C2E) is unknown color: approx Punga. HEX triplet: 59, 4C and 2E. RGB value is (89,76,46). Sum of RGB (Red+Green+Blue) = 89+76+46=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 89 - color contains mainly: red. Hex color #594C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594C2E is #A6B3D1. Grayscale: #4C4C4C. Windows color (decimal): -10925010 or 3034201. OLE color: 3034201.

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

Color convert

RGB897646-
CMYK00.150.480.65
HSL41.86º31.85%26.47%-
HSV(B)41.86º48.31%34.9%-
XYZ7.27.493.65-
YUV76.47110.81136.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.18%
GREEN value IS 76 (30.08% from 255) = 36.02%
BLUE value IS 46 (18.36% from 255) = 21.80%
R=42.18%
G=36.02%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89764600.150.480.6541.8631.8526.47
Hex594C2E0F30412a201a
Octal1311145601760101524032
Binary1011001100110010111001111110000100000110101010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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