Html Css Color HEX #544A30 Punga

📋 copy color: '#544A30'

red 84 ◦ green 74 ◦ blue 48

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

Shades of Punga #544A30

Tints of Punga #544A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 23.3%

R = 40.78%
G = 35.92%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#544A30 (or 0x544A30) is known color: Punga. HEX triplet: 54, 4A and 30. RGB value is (84,74,48). Sum of RGB (Red+Green+Blue) = 84+74+48=206 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.78% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 84 - color contains mainly: red. Hex color #544A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A30 is #ABB5CF. Grayscale: #4A4A4A. Windows color (decimal): -11253200 or 3164756. OLE color: 3164756.

HSL color Cylindrical-coordinate representation of color #544A30: hue angle of 43.33º 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 #544A30 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 74 48 -
CMYK 0 0.12 0.43 0.67
HSL 43.33º 0.27% 0.26% -
HSV(B) 43.33º 0.43% 0.33% -
XYZ 6.64 7 3.8 -
YUV 74.03 113.31 135.11 -
System Red Green Blue C M Y K H S L
Decimal 84 74 48 0 0.12 0.43 0.67 43.33 0.27 0.26
Hex 54 4A 30 0 C 2B 43 2B 1B 1A
Octal 124 112 60 0 14 53 103 53 33 32
Binary 1010100 1001010 110000 0 1100 101011 1000011 101011 11011 11010

Color Harmonies of #544A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544A30

Black with #544A30

Text Example


Text Example

White with #544A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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