#53462E

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

Shades of Punga #53462E

Tints of Punga #53462E

Color information

#53462E (or 0x53462E) is unknown color: approx Punga. HEX triplet: 53, 46 and 2E. RGB value is (83,70,46). Sum of RGB (Red+Green+Blue) = 83+70+46=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #53462E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53462E is #ACB9D1. Grayscale: #474747. Windows color (decimal): -11319762 or 3032659. OLE color: 3032659.

HSL color Cylindrical-coordinate representation of color #53462E: hue angle of 38.92º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53462E is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB837046-
CMYK00.160.450.67
HSL38.92º28.68%25.29%-
HSV(B)38.92º44.58%32.55%-
XYZ6.256.423.49-
YUV71.15113.81136.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.71%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 46 (18.36% from 255) = 23.12%
R=41.71%
G=35.18%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83704600.160.450.6738.9228.6825.29
Hex53462E0102D43271d19
Octal1231065602055103473531
Binary1010011100011010111001000010110110000111001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53462E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53462E; }

 p { color: rgb(83,70,46); }

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

<style>
 a { background-color: #53462E; }

 a { background-color: rgb(83,70,46); }

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

<style>
 span { border-color: #53462E; }

 span { border-color: rgb(83,70,46); }

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