#584D34

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

Shades of Punga #584D34

Tints of Punga #584D34

Color information

#584D34 (or 0x584D34) is unknown color: approx Punga. HEX triplet: 58, 4D and 34. RGB value is (88,77,52). Sum of RGB (Red+Green+Blue) = 88+77+52=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 88 - color contains mainly: red. Hex color #584D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584D34 is #A7B2CB. Grayscale: #4D4D4D. Windows color (decimal): -10990284 or 3427672. OLE color: 3427672.

HSL color Cylindrical-coordinate representation of color #584D34: hue angle of 41.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #584D34 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB887752-
CMYK00.120.410.65
HSL41.67º25.71%27.45%-
HSV(B)41.67º40.91%34.51%-
XYZ7.37.634.34-
YUV77.44113.64135.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.55%
GREEN value IS 77 (30.47% from 255) = 35.48%
BLUE value IS 52 (20.70% from 255) = 23.96%
R=40.55%
G=35.48%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88775200.120.410.6541.6725.7127.45
Hex584D340C29412a1a1b
Octal1301156401451101523233
Binary101100010011011101000110010100110000011010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584D34; }

 p { color: rgb(88,77,52); }

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

<style>
 a { background-color: #584D34; }

 a { background-color: rgb(88,77,52); }

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

<style>
 span { border-color: #584D34; }

 span { border-color: rgb(88,77,52); }

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