#584D31

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

Shades of Punga #584D31

Tints of Punga #584D31

Color information

#584D31 (or 0x584D31) is unknown color: approx Punga. HEX triplet: 58, 4D and 31. RGB value is (88,77,49). Sum of RGB (Red+Green+Blue) = 88+77+49=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 88 - color contains mainly: red. Hex color #584D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584D31 is #A7B2CE. Grayscale: #4D4D4D. Windows color (decimal): -10990287 or 3231064. OLE color: 3231064.

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

Color convert

RGB887749-
CMYK00.120.440.65
HSL43.08º28.47%26.86%-
HSV(B)43.08º44.32%34.51%-
XYZ7.237.63.99-
YUV77.1112.14135.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.12%
GREEN value IS 77 (30.47% from 255) = 35.98%
BLUE value IS 49 (19.53% from 255) = 22.90%
R=41.12%
G=35.98%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88774900.120.440.6543.0828.4726.86
Hex584D310C2C412b1c1b
Octal1301156101454101533433
Binary101100010011011100010110010110010000011010111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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