#52452B

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

Shades of Punga #52452B

Tints of Punga #52452B

Color information

#52452B (or 0x52452B) is unknown color: approx Punga. HEX triplet: 52, 45 and 2B. RGB value is (82,69,43). Sum of RGB (Red+Green+Blue) = 82+69+43=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 82 - color contains mainly: red. Hex color #52452B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52452B is #ADBAD4. Grayscale: #464646. Windows color (decimal): -11385557 or 2835794. OLE color: 2835794.

HSL color Cylindrical-coordinate representation of color #52452B: hue angle of 40º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52452B is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB826943-
CMYK00.160.480.68
HSL40º31.2%24.51%-
HSV(B)40º47.56%32.16%-
XYZ6.046.223.17-
YUV69.92112.81136.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.27%
GREEN value IS 69 (27.34% from 255) = 35.57%
BLUE value IS 43 (17.19% from 255) = 22.16%
R=42.27%
G=35.57%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82694300.160.480.684031.224.51
Hex52452B0103044281f19
Octal1221055302060104503731
Binary1010010100010110101101000011000010001001010001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52452B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52452B; }

 p { color: rgb(82,69,43); }

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

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

 a { background-color: rgb(82,69,43); }

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

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

 span { border-color: rgb(82,69,43); }

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