#52482E

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

Shades of Punga #52482E

Tints of Punga #52482E

Color information

#52482E (or 0x52482E) is unknown color: approx Punga. HEX triplet: 52, 48 and 2E. RGB value is (82,72,46). Sum of RGB (Red+Green+Blue) = 82+72+46=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 46 (18.36% from 255 or 23% from 200); Max value from RGB is 82 - color contains mainly: red. Hex color #52482E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52482E is #ADB7D1. Grayscale: #484848. Windows color (decimal): -11384786 or 3033170. OLE color: 3033170.

HSL color Cylindrical-coordinate representation of color #52482E: hue angle of 43.33º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52482E is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB827246-
CMYK00.120.440.68
HSL43.33º28.13%25.1%-
HSV(B)43.33º43.9%32.16%-
XYZ6.296.633.53-
YUV72.03113.31135.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41%
GREEN value IS 72 (28.52% from 255) = 36%
BLUE value IS 46 (18.36% from 255) = 23%
R=41%
G=36%
B=23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82724600.120.440.6843.3328.1325.1
Hex52482E0C2C442b1c19
Octal1221105601454104533431
Binary101001010010001011100110010110010001001010111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52482E; }

 p { color: rgb(82,72,46); }

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

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

 a { background-color: rgb(82,72,46); }

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

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

 span { border-color: rgb(82,72,46); }

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