#524A30

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

Shades of Punga #524A30

Tints of Punga #524A30

Color information

#524A30 (or 0x524A30) is unknown color: approx Punga. HEX triplet: 52, 4A and 30. RGB value is (82,74,48). Sum of RGB (Red+Green+Blue) = 82+74+48=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 82 - color contains mainly: red. Hex color #524A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A30 is #ADB5CF. Grayscale: #494949. Windows color (decimal): -11384272 or 3164754. OLE color: 3164754.

HSL color Cylindrical-coordinate representation of color #524A30: hue angle of 45.88º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #524A30 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB827448-
CMYK00.100.410.68
HSL45.88º26.15%25.49%-
HSV(B)45.88º41.46%32.16%-
XYZ6.466.93.79-
YUV73.43113.65134.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.20%
GREEN value IS 74 (29.30% from 255) = 36.27%
BLUE value IS 48 (19.14% from 255) = 23.53%
R=40.20%
G=36.27%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82744800.100.410.6845.8826.1525.49
Hex524A300A29442e1a19
Octal1221126001251104563231
Binary101001010010101100000101010100110001001011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524A30; }

 p { color: rgb(82,74,48); }

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

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

 a { background-color: rgb(82,74,48); }

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

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

 span { border-color: rgb(82,74,48); }

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