#524730

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

Shades of Punga #524730

Tints of Punga #524730

Color information

#524730 (or 0x524730) is unknown color: approx Punga. HEX triplet: 52, 47 and 30. RGB value is (82,71,48). Sum of RGB (Red+Green+Blue) = 82+71+48=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 82 - color contains mainly: red. Hex color #524730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524730 is #ADB8CF. Grayscale: #474747. Windows color (decimal): -11385040 or 3163986. OLE color: 3163986.

HSL color Cylindrical-coordinate representation of color #524730: hue angle of 40.59º 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 #524730 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB827148-
CMYK00.130.410.68
HSL40.59º26.15%25.49%-
HSV(B)40.59º41.46%32.16%-
XYZ6.276.513.72-
YUV71.67114.64135.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.80%
GREEN value IS 71 (28.12% from 255) = 35.32%
BLUE value IS 48 (19.14% from 255) = 23.88%
R=40.80%
G=35.32%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82714800.130.410.6840.5926.1525.49
Hex5247300D2944291a19
Octal1221076001551104513231
Binary101001010001111100000110110100110001001010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524730; }

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

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

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

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

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

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

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

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