#524938

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

Shades of Punga #524938

Tints of Punga #524938

Color information

#524938 (or 0x524938) is unknown color: approx Punga. HEX triplet: 52, 49 and 38. RGB value is (82,73,56). Sum of RGB (Red+Green+Blue) = 82+73+56=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #524938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524938 is #ADB6C7. Grayscale: #494949. Windows color (decimal): -11384520 or 3688786. OLE color: 3688786.

HSL color Cylindrical-coordinate representation of color #524938: hue angle of 39.23º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #524938 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB827356-
CMYK00.110.320.68
HSL39.23º18.84%27.06%-
HSV(B)39.23º31.71%32.16%-
XYZ6.586.844.72-
YUV73.75117.98133.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.86%
GREEN value IS 73 (28.91% from 255) = 34.60%
BLUE value IS 56 (22.27% from 255) = 26.54%
R=38.86%
G=34.60%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82735600.110.320.6839.2318.8427.06
Hex5249380B204427131b
Octal1221117001340104472333
Binary101001010010011110000101110000010001001001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524938; }

 p { color: rgb(82,73,56); }

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

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

 a { background-color: rgb(82,73,56); }

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

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

 span { border-color: rgb(82,73,56); }

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