#53492B

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

Shades of Punga #53492B

Tints of Punga #53492B

Color information

#53492B (or 0x53492B) is unknown color: approx Punga. HEX triplet: 53, 49 and 2B. RGB value is (83,73,43). Sum of RGB (Red+Green+Blue) = 83+73+43=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #53492B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53492B is #ACB6D4. Grayscale: #484848. Windows color (decimal): -11318997 or 2836819. OLE color: 2836819.

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

Color convert

RGB837343-
CMYK00.120.480.67
HSL45º31.75%24.71%-
HSV(B)45º48.19%32.55%-
XYZ6.396.783.26-
YUV72.57111.31135.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.71%
GREEN value IS 73 (28.91% from 255) = 36.68%
BLUE value IS 43 (17.19% from 255) = 21.61%
R=41.71%
G=36.68%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83734300.120.480.674531.7524.71
Hex53492B0C30432d2019
Octal1231115301460103554031
Binary1010011100100110101101100110000100001110110110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53492B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,73,43); }

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

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

 a { background-color: rgb(83,73,43); }

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

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

 span { border-color: rgb(83,73,43); }

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