Html Css Color HEX #544A31 Punga

📋 copy color: '#544A31'

red 84 ◦ green 74 ◦ blue 49

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

Shades of Punga #544A31

Tints of Punga #544A31

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.75%

 BLUE value IS 49 (19.53% from 255) = 23.67%

R = 40.58%
G = 35.75%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#544A31 (or 0x544A31) is known color: Punga. HEX triplet: 54, 4A and 31. RGB value is (84,74,49). Sum of RGB (Red+Green+Blue) = 84+74+49=207 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.58% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 84 - color contains mainly: red. Hex color #544A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A31 is #ABB5CE. Grayscale: #4A4A4A. Windows color (decimal): -11253199 or 3230292. OLE color: 3230292.

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

Color convert

RGB 84 74 49 -
CMYK 0 0.12 0.42 0.67
HSL 42.86º 0.26% 0.26% -
HSV(B) 42.86º 0.42% 0.33% -
XYZ 6.66 7 3.91 -
YUV 74.14 113.81 135.03 -
System Red Green Blue C M Y K H S L
Decimal 84 74 49 0 0.12 0.42 0.67 42.86 0.26 0.26
Hex 54 4A 31 0 C 2A 43 2B 1A 1A
Octal 124 112 61 0 14 52 103 53 32 32
Binary 1010100 1001010 110001 0 1100 101010 1000011 101011 11010 11010

Color Harmonies of #544A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544A31

Black with #544A31

Text Example


Text Example

White with #544A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,74,49); }

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

background-color css

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

 a { background-color: rgb(84,74,49); }

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

border-color css

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

 span { border-color: rgb(84,74,49); }

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