#52462F

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

Shades of Punga #52462F

Tints of Punga #52462F

Color information

#52462F (or 0x52462F) is unknown color: approx Punga. HEX triplet: 52, 46 and 2F. RGB value is (82,70,47). Sum of RGB (Red+Green+Blue) = 82+70+47=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 82 - color contains mainly: red. Hex color #52462F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52462F is #ADB9D0. Grayscale: #474747. Windows color (decimal): -11385297 or 3098194. OLE color: 3098194.

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

Color convert

RGB827047-
CMYK00.150.430.68
HSL39.43º27.13%25.29%-
HSV(B)39.43º42.68%32.16%-
XYZ6.186.383.59-
YUV70.97114.48135.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.21%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 47 (18.75% from 255) = 23.62%
R=41.21%
G=35.18%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82704700.150.430.6839.4327.1325.29
Hex52462F0F2B44271b19
Octal1221065701753104473331
Binary101001010001101011110111110101110001001001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52462F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52462F; }

 p { color: rgb(82,70,47); }

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

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

 a { background-color: rgb(82,70,47); }

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

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

 span { border-color: rgb(82,70,47); }

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