#584829

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

Shades of Punga #584829

Tints of Punga #584829

Color information

#584829 (or 0x584829) is unknown color: approx Punga. HEX triplet: 58, 48 and 29. RGB value is (88,72,41). Sum of RGB (Red+Green+Blue) = 88+72+41=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 88 - color contains mainly: red. Hex color #584829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584829 is #A7B7D6. Grayscale: #494949. Windows color (decimal): -10991575 or 2705496. OLE color: 2705496.

HSL color Cylindrical-coordinate representation of color #584829: hue angle of 39.57º 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 #584829 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB887241-
CMYK00.180.530.65
HSL39.57º36.43%25.29%-
HSV(B)39.57º53.41%34.51%-
XYZ6.746.873.07-
YUV73.25109.8138.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.78%
GREEN value IS 72 (28.52% from 255) = 35.82%
BLUE value IS 41 (16.41% from 255) = 20.40%
R=43.78%
G=35.82%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88724100.180.530.6539.5736.4325.29
Hex5848290123541282419
Octal1301105102265101504431
Binary10110001001000101001010010110101100000110100010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584829; }

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

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

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

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

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

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

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

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