Html Css Color HEX #544730 Punga

📋 copy color: '#544730'

red 84 ◦ green 71 ◦ blue 48

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

Shades of Punga #544730

Tints of Punga #544730

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.98%

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

R = 41.38%
G = 34.98%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#544730 (or 0x544730) is known color: Punga. HEX triplet: 54, 47 and 30. RGB value is (84,71,48). Sum of RGB (Red+Green+Blue) = 84+71+48=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 84 - color contains mainly: red. Hex color #544730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544730 is #ABB8CF. Grayscale: #484848. Windows color (decimal): -11253968 or 3163988. OLE color: 3163988.

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

Color convert

RGB 84 71 48 -
CMYK 0 0.15 0.43 0.67
HSL 38.33º 0.27% 0.26% -
HSV(B) 38.33º 0.43% 0.33% -
XYZ 6.44 6.6 3.73 -
YUV 72.27 114.31 136.37 -
System Red Green Blue C M Y K H S L
Decimal 84 71 48 0 0.15 0.43 0.67 38.33 0.27 0.26
Hex 54 47 30 0 F 2B 43 26 1B 1A
Octal 124 107 60 0 17 53 103 46 33 32
Binary 1010100 1000111 110000 0 1111 101011 1000011 100110 11011 11010

Color Harmonies of #544730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544730

Black with #544730

Text Example


Text Example

White with #544730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544730; }

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

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

background-color css

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

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

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

border-color css

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

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

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