#544B2F

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

Shades of Punga #544B2F

Tints of Punga #544B2F

Color information

#544B2F (or 0x544B2F) is unknown color: approx Punga. HEX triplet: 54, 4B and 2F. RGB value is (84,75,47). Sum of RGB (Red+Green+Blue) = 84+75+47=206 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.78% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 84 - color contains mainly: red. Hex color #544B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B2F is #ABB4D0. Grayscale: #4A4A4A. Windows color (decimal): -11252945 or 3099476. OLE color: 3099476.

HSL color Cylindrical-coordinate representation of color #544B2F: hue angle of 45.41º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #544B2F is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB847547-
CMYK00.110.440.67
HSL45.41º28.24%25.69%-
HSV(B)45.41º44.05%32.94%-
XYZ6.697.123.71-
YUV74.5112.48134.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.78%
GREEN value IS 75 (29.69% from 255) = 36.41%
BLUE value IS 47 (18.75% from 255) = 22.82%
R=40.78%
G=36.41%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84754700.110.440.6745.4128.2425.69
Hex544B2F0B2C432d1c1a
Octal1241135701354103553432
Binary101010010010111011110101110110010000111011011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544B2F; }

 p { color: rgb(84,75,47); }

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

<style>
 a { background-color: #544B2F; }

 a { background-color: rgb(84,75,47); }

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

<style>
 span { border-color: #544B2F; }

 span { border-color: rgb(84,75,47); }

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