#53462F

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

Shades of Punga #53462F

Tints of Punga #53462F

Color information

#53462F (or 0x53462F) is unknown color: approx Punga. HEX triplet: 53, 46 and 2F. RGB value is (83,70,47). Sum of RGB (Red+Green+Blue) = 83+70+47=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 83 - color contains mainly: red. Hex color #53462F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53462F is #ACB9D0. Grayscale: #474747. Windows color (decimal): -11319761 or 3098195. OLE color: 3098195.

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

Color convert

RGB837047-
CMYK00.160.430.67
HSL38.33º27.69%25.49%-
HSV(B)38.33º43.37%32.55%-
XYZ6.276.423.6-
YUV71.26114.31136.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.5%
GREEN value IS 70 (27.73% from 255) = 35%
BLUE value IS 47 (18.75% from 255) = 23.5%
R=41.5%
G=35%
B=23.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83704700.160.430.6738.3327.6925.49
Hex53462F0102B43261c19
Octal1231065702053103463431
Binary1010011100011010111101000010101110000111001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53462F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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