#54472B

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

Shades of Punga #54472B

Tints of Punga #54472B

Color information

#54472B (or 0x54472B) is unknown color: approx Punga. HEX triplet: 54, 47 and 2B. RGB value is (84,71,43). Sum of RGB (Red+Green+Blue) = 84+71+43=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 84 - color contains mainly: red. Hex color #54472B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54472B is #ABB8D4. Grayscale: #474747. Windows color (decimal): -11253973 or 2836308. OLE color: 2836308.

HSL color Cylindrical-coordinate representation of color #54472B: hue angle of 40.98º degrees, saturation: 0.32, 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 #54472B is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB847143-
CMYK00.150.490.67
HSL40.98º32.28%24.9%-
HSV(B)40.98º48.81%32.94%-
XYZ6.356.573.22-
YUV71.7111.81136.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.42%
GREEN value IS 71 (28.12% from 255) = 35.86%
BLUE value IS 43 (17.19% from 255) = 21.72%
R=42.42%
G=35.86%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84714300.150.490.6740.9832.2824.9
Hex54472B0F3143292019
Octal1241075301761103514031
Binary1010100100011110101101111110001100001110100110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,71,43); }

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

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

 a { background-color: rgb(84,71,43); }

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

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

 span { border-color: rgb(84,71,43); }

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