#584C2E

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

Shades of Punga #584C2E

Tints of Punga #584C2E

Color information

#584C2E (or 0x584C2E) is unknown color: approx Punga. HEX triplet: 58, 4C and 2E. RGB value is (88,76,46). Sum of RGB (Red+Green+Blue) = 88+76+46=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 88 - color contains mainly: red. Hex color #584C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584C2E is #A7B3D1. Grayscale: #4C4C4C. Windows color (decimal): -10990546 or 3034200. OLE color: 3034200.

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

Color convert

RGB887646-
CMYK00.140.480.65
HSL42.86º31.34%26.27%-
HSV(B)42.86º47.73%34.51%-
XYZ7.17.443.65-
YUV76.17110.98136.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.90%
GREEN value IS 76 (30.08% from 255) = 36.19%
BLUE value IS 46 (18.36% from 255) = 21.90%
R=41.90%
G=36.19%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88764600.140.480.6542.8631.3426.27
Hex584C2E0E30412b1f1a
Octal1301145601660101533732
Binary101100010011001011100111011000010000011010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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