#584A2E

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

Shades of Punga #584A2E

Tints of Punga #584A2E

Color information

#584A2E (or 0x584A2E) is unknown color: approx Punga. HEX triplet: 58, 4A and 2E. RGB value is (88,74,46). Sum of RGB (Red+Green+Blue) = 88+74+46=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 88 - color contains mainly: red. Hex color #584A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A2E is #A7B5D1. Grayscale: #4B4B4B. Windows color (decimal): -10991058 or 3033688. OLE color: 3033688.

HSL color Cylindrical-coordinate representation of color #584A2E: hue angle of 40º 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 #584A2E is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB887446-
CMYK00.160.480.65
HSL40º31.34%26.27%-
HSV(B)40º47.73%34.51%-
XYZ6.977.173.6-
YUV74.99111.64137.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.31%
GREEN value IS 74 (29.30% from 255) = 35.58%
BLUE value IS 46 (18.36% from 255) = 22.12%
R=42.31%
G=35.58%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88744600.160.480.654031.3426.27
Hex584A2E0103041281f1a
Octal1301125602060101503732
Binary1011000100101010111001000011000010000011010001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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