#594C35

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

Shades of Punga #594C35

Tints of Punga #594C35

Color information

#594C35 (or 0x594C35) is unknown color: approx Punga. HEX triplet: 59, 4C and 35. RGB value is (89,76,53). Sum of RGB (Red+Green+Blue) = 89+76+53=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 89 - color contains mainly: red. Hex color #594C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594C35 is #A6B3CA. Grayscale: #4D4D4D. Windows color (decimal): -10925003 or 3492953. OLE color: 3492953.

HSL color Cylindrical-coordinate representation of color #594C35: hue angle of 38.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #594C35 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB897653-
CMYK00.150.400.65
HSL38.33º25.35%27.84%-
HSV(B)38.33º40.45%34.9%-
XYZ7.357.554.44-
YUV77.26114.31136.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.83%
GREEN value IS 76 (30.08% from 255) = 34.86%
BLUE value IS 53 (21.09% from 255) = 24.31%
R=40.83%
G=34.86%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89765300.150.400.6538.3325.3527.84
Hex594C350F284126191c
Octal1311146501750101463134
Binary101100110011001101010111110100010000011001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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