#54482D

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

Shades of Punga #54482D

Tints of Punga #54482D

Color information

#54482D (or 0x54482D) is unknown color: approx Punga. HEX triplet: 54, 48 and 2D. RGB value is (84,72,45). Sum of RGB (Red+Green+Blue) = 84+72+45=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 84 - color contains mainly: red. Hex color #54482D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54482D is #ABB7D2. Grayscale: #484848. Windows color (decimal): -11253715 or 2967636. OLE color: 2967636.

HSL color Cylindrical-coordinate representation of color #54482D: hue angle of 41.54º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54482D is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB847245-
CMYK00.140.460.67
HSL41.54º30.23%25.29%-
HSV(B)41.54º46.43%32.94%-
XYZ6.456.713.44-
YUV72.51112.48136.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.79%
GREEN value IS 72 (28.52% from 255) = 35.82%
BLUE value IS 45 (17.97% from 255) = 22.39%
R=41.79%
G=35.82%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84724500.140.460.6741.5430.2325.29
Hex54482D0E2E432a1e19
Octal1241105501656103523631
Binary101010010010001011010111010111010000111010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54482D; }

 p { color: rgb(84,72,45); }

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

<style>
 a { background-color: #54482D; }

 a { background-color: rgb(84,72,45); }

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

<style>
 span { border-color: #54482D; }

 span { border-color: rgb(84,72,45); }

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