#544B35

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

Shades of Punga #544B35

Tints of Punga #544B35

Color information

#544B35 (or 0x544B35) is unknown color: approx Punga. HEX triplet: 54, 4B and 35. RGB value is (84,75,53). Sum of RGB (Red+Green+Blue) = 84+75+53=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 84 - color contains mainly: red. Hex color #544B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B35 is #ABB4CA. Grayscale: #4B4B4B. Windows color (decimal): -11252939 or 3492692. OLE color: 3492692.

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

Color convert

RGB847553-
CMYK00.110.370.67
HSL42.58º22.63%26.86%-
HSV(B)42.58º36.9%32.94%-
XYZ6.817.174.39-
YUV75.18115.48134.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.62%
GREEN value IS 75 (29.69% from 255) = 35.38%
BLUE value IS 53 (21.09% from 255) = 25%
R=39.62%
G=35.38%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84755300.110.370.6742.5822.6326.86
Hex544B350B25432b171b
Octal1241136501345103532733
Binary101010010010111101010101110010110000111010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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