#584A33

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

Shades of Punga #584A33

Tints of Punga #584A33

Color information

#584A33 (or 0x584A33) is unknown color: approx Punga. HEX triplet: 58, 4A and 33. RGB value is (88,74,51). Sum of RGB (Red+Green+Blue) = 88+74+51=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 51 (20.31% from 255 or 23.94% from 213); Max value from RGB is 88 - color contains mainly: red. Hex color #584A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A33 is #A7B5CC. Grayscale: #4B4B4B. Windows color (decimal): -10991053 or 3361368. OLE color: 3361368.

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

Color convert

RGB887451-
CMYK00.160.420.65
HSL37.3º26.62%27.25%-
HSV(B)37.3º42.05%34.51%-
XYZ7.077.214.15-
YUV75.56114.14136.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.31%
GREEN value IS 74 (29.30% from 255) = 34.74%
BLUE value IS 51 (20.31% from 255) = 23.94%
R=41.31%
G=34.74%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88745100.160.420.6537.326.6227.25
Hex584A330102A41251b1b
Octal1301126302052101453333
Binary1011000100101011001101000010101010000011001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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