#584C2F

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

Shades of Punga #584C2F

Tints of Punga #584C2F

Color information

#584C2F (or 0x584C2F) is unknown color: approx Punga. HEX triplet: 58, 4C and 2F. RGB value is (88,76,47). Sum of RGB (Red+Green+Blue) = 88+76+47=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 88 - color contains mainly: red. Hex color #584C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584C2F is #A7B3D0. Grayscale: #4C4C4C. Windows color (decimal): -10990545 or 3099736. OLE color: 3099736.

HSL color Cylindrical-coordinate representation of color #584C2F: hue angle of 42.44º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #584C2F is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB887647-
CMYK00.140.470.65
HSL42.44º30.37%26.47%-
HSV(B)42.44º46.59%34.51%-
XYZ7.127.453.75-
YUV76.28111.48136.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.71%
GREEN value IS 76 (30.08% from 255) = 36.02%
BLUE value IS 47 (18.75% from 255) = 22.27%
R=41.71%
G=36.02%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88764700.140.470.6542.4430.3726.47
Hex584C2F0E2F412a1e1a
Octal1301145701657101523632
Binary101100010011001011110111010111110000011010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,76,47); }

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

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

 a { background-color: rgb(88,76,47); }

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

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

 span { border-color: rgb(88,76,47); }

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