#53462A

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

Shades of Punga #53462A

Tints of Punga #53462A

Color information

#53462A (or 0x53462A) is unknown color: approx Punga. HEX triplet: 53, 46 and 2A. RGB value is (83,70,42). Sum of RGB (Red+Green+Blue) = 83+70+42=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #53462A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53462A is #ACB9D5. Grayscale: #464646. Windows color (decimal): -11319766 or 2770515. OLE color: 2770515.

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

Color convert

RGB837042-
CMYK00.160.490.67
HSL40.98º32.8%24.51%-
HSV(B)40.98º49.4%32.55%-
XYZ6.186.393.1-
YUV70.69111.81136.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.56%
GREEN value IS 70 (27.73% from 255) = 35.90%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=42.56%
G=35.90%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83704200.160.490.6740.9832.824.51
Hex53462A0103143292119
Octal1231065202061103514131
Binary10100111000110101010010000110001100001110100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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