#584729

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

Shades of Punga #584729

Tints of Punga #584729

Color information

#584729 (or 0x584729) is unknown color: approx Punga. HEX triplet: 58, 47 and 29. RGB value is (88,71,41). Sum of RGB (Red+Green+Blue) = 88+71+41=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #584729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584729 is #A7B8D6. Grayscale: #484848. Windows color (decimal): -10991831 or 2705240. OLE color: 2705240.

HSL color Cylindrical-coordinate representation of color #584729: hue angle of 38.3º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #584729 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB887141-
CMYK00.190.530.65
HSL38.3º36.43%25.29%-
HSV(B)38.3º53.41%34.51%-
XYZ6.686.743.05-
YUV72.66110.13138.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44%
GREEN value IS 71 (28.12% from 255) = 35.5%
BLUE value IS 41 (16.41% from 255) = 20.5%
R=44%
G=35.5%
B=20.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88714100.190.530.6538.336.4325.29
Hex5847290133541262419
Octal1301075102365101464431
Binary10110001000111101001010011110101100000110011010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584729; }

 p { color: rgb(88,71,41); }

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

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

 a { background-color: rgb(88,71,41); }

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

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

 span { border-color: rgb(88,71,41); }

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