#53452C

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

Shades of Punga #53452C

Tints of Punga #53452C

Color information

#53452C (or 0x53452C) is unknown color: approx Punga. HEX triplet: 53, 45 and 2C. RGB value is (83,69,44). Sum of RGB (Red+Green+Blue) = 83+69+44=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #53452C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53452C is #ACBAD3. Grayscale: #464646. Windows color (decimal): -11320020 or 2901331. OLE color: 2901331.

HSL color Cylindrical-coordinate representation of color #53452C: hue angle of 38.46º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53452C is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB836944-
CMYK00.170.470.67
HSL38.46º30.71%24.9%-
HSV(B)38.46º46.99%32.55%-
XYZ6.156.283.27-
YUV70.34113.14137.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.35%
GREEN value IS 69 (27.34% from 255) = 35.20%
BLUE value IS 44 (17.58% from 255) = 22.45%
R=42.35%
G=35.20%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83694400.170.470.6738.4630.7124.9
Hex53452C0112F43261f19
Octal1231055402157103463731
Binary1010011100010110110001000110111110000111001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53452C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53452C; }

 p { color: rgb(83,69,44); }

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

<style>
 a { background-color: #53452C; }

 a { background-color: rgb(83,69,44); }

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

<style>
 span { border-color: #53452C; }

 span { border-color: rgb(83,69,44); }

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