#584A30

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

Shades of Punga #584A30

Tints of Punga #584A30

Color information

#584A30 (or 0x584A30) is unknown color: approx Punga. HEX triplet: 58, 4A and 30. RGB value is (88,74,48). Sum of RGB (Red+Green+Blue) = 88+74+48=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 88 - color contains mainly: red. Hex color #584A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A30 is #A7B5CF. Grayscale: #4B4B4B. Windows color (decimal): -10991056 or 3164760. OLE color: 3164760.

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

Color convert

RGB887448-
CMYK00.160.450.65
HSL39º29.41%26.67%-
HSV(B)39º45.45%34.51%-
XYZ7.017.193.81-
YUV75.22112.64137.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.90%
GREEN value IS 74 (29.30% from 255) = 35.24%
BLUE value IS 48 (19.14% from 255) = 22.86%
R=41.90%
G=35.24%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88744800.160.450.653929.4126.67
Hex584A300102D41271d1b
Octal1301126002055101473533
Binary1011000100101011000001000010110110000011001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,74,48); }

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

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

 a { background-color: rgb(88,74,48); }

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

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

 span { border-color: rgb(88,74,48); }

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