#544B30

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

Shades of Punga #544B30

Tints of Punga #544B30

Color information

#544B30 (or 0x544B30) is unknown color: approx Punga. HEX triplet: 54, 4B and 30. RGB value is (84,75,48). Sum of RGB (Red+Green+Blue) = 84+75+48=207 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.58% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 84 - color contains mainly: red. Hex color #544B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B30 is #ABB4CF. Grayscale: #4A4A4A. Windows color (decimal): -11252944 or 3165012. OLE color: 3165012.

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

Color convert

RGB847548-
CMYK00.110.430.67
HSL45º27.27%25.88%-
HSV(B)45º42.86%32.94%-
XYZ6.717.133.82-
YUV74.61112.98134.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.58%
GREEN value IS 75 (29.69% from 255) = 36.23%
BLUE value IS 48 (19.14% from 255) = 23.19%
R=40.58%
G=36.23%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84754800.110.430.674527.2725.88
Hex544B300B2B432d1b1a
Octal1241136001353103553332
Binary101010010010111100000101110101110000111011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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