#52462D

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

Shades of Punga #52462D

Tints of Punga #52462D

Color information

#52462D (or 0x52462D) is unknown color: approx Punga. HEX triplet: 52, 46 and 2D. RGB value is (82,70,45). Sum of RGB (Red+Green+Blue) = 82+70+45=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 82 - color contains mainly: red. Hex color #52462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52462D is #ADB9D2. Grayscale: #464646. Windows color (decimal): -11385299 or 2967122. OLE color: 2967122.

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

Color convert

RGB827045-
CMYK00.150.450.68
HSL40.54º29.13%24.9%-
HSV(B)40.54º45.12%32.16%-
XYZ6.146.363.39-
YUV70.74113.48136.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.62%
GREEN value IS 70 (27.73% from 255) = 35.53%
BLUE value IS 45 (17.97% from 255) = 22.84%
R=41.62%
G=35.53%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82704500.150.450.6840.5429.1324.9
Hex52462D0F2D44291d19
Octal1221065501755104513531
Binary101001010001101011010111110110110001001010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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