Html Css Color HEX #544C36 Punga

📋 copy color: '#544C36'

red 84 ◦ green 76 ◦ blue 54

#544C36
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Punga #544C36

Tints of Punga #544C36

RGB

 RED value IS 84 (33.2% from 255) = 39.25%

 GREEN value IS 76 (30.08% from 255) = 35.51%

 BLUE value IS 54 (21.48% from 255) = 25.23%

R = 39.25%
G = 35.51%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#544C36 (or 0x544C36) is known color: Punga. HEX triplet: 54, 4C and 36. RGB value is (84,76,54). Sum of RGB (Red+Green+Blue) = 84+76+54=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 84 - color contains mainly: red. Hex color #544C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544C36 is #ABB3C9. Grayscale: #4B4B4B. Windows color (decimal): -11252682 or 3558484. OLE color: 3558484.

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

Color convert

RGB 84 76 54 -
CMYK 0 0.10 0.36 0.67
HSL 44º 0.22% 0.27% -
HSV(B) 44º 0.36% 0.33% -
XYZ 6.91 7.32 4.54 -
YUV 75.88 115.65 133.79 -
System Red Green Blue C M Y K H S L
Decimal 84 76 54 0 0.10 0.36 0.67 44 0.22 0.27
Hex 54 4C 36 0 A 24 43 2C 16 1B
Octal 124 114 66 0 12 44 103 54 26 33
Binary 1010100 1001100 110110 0 1010 100100 1000011 101100 10110 11011

Color Harmonies of #544C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544C36

Black with #544C36

Text Example


Text Example

White with #544C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,76,54); }

 H1.HeaderClassName
 {
   color: #544C36;
 }
 .AnyTagClassName
 {
   color: #544C36;
 }
</style>

background-color css

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

 a { background-color: rgb(84,76,54); }

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

border-color css

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

 span { border-color: rgb(84,76,54); }

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