#584D37

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

Shades of Punga #584D37

Tints of Punga #584D37

Color information

#584D37 (or 0x584D37) is unknown color: approx Punga. HEX triplet: 58, 4D and 37. RGB value is (88,77,55). Sum of RGB (Red+Green+Blue) = 88+77+55=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 88 - color contains mainly: red. Hex color #584D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584D37 is #A7B2C8. Grayscale: #4D4D4D. Windows color (decimal): -10990281 or 3624280. OLE color: 3624280.

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

Color convert

RGB887755-
CMYK00.120.380.65
HSL40º23.08%28.04%-
HSV(B)40º37.5%34.51%-
XYZ7.377.664.7-
YUV77.78115.14135.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40%
GREEN value IS 77 (30.47% from 255) = 35%
BLUE value IS 55 (21.88% from 255) = 25%
R=40%
G=35%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88775500.120.380.654023.0828.04
Hex584D370C264128171c
Octal1301156701446101502734
Binary101100010011011101110110010011010000011010001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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