Html Css Color HEX #544628 Punga

📋 copy color: '#544628'

red 84 ◦ green 70 ◦ blue 40

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

Shades of Punga #544628

Tints of Punga #544628

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.08%

 BLUE value IS 40 (16.02% from 255) = 20.62%

R = 43.3%
G = 36.08%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#544628 (or 0x544628) is known color: Punga. HEX triplet: 54, 46 and 28. RGB value is (84,70,40). Sum of RGB (Red+Green+Blue) = 84+70+40=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 84 - color contains mainly: red. Hex color #544628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544628 is #ABB9D7. Grayscale: #464646. Windows color (decimal): -11254232 or 2639444. OLE color: 2639444.

HSL color Cylindrical-coordinate representation of color #544628: hue angle of 40.91º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #544628 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 70 40 -
CMYK 0 0.17 0.52 0.67
HSL 40.91º 0.35% 0.24% -
HSV(B) 40.91º 0.52% 0.33% -
XYZ 6.23 6.42 2.92 -
YUV 70.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 84 70 40 0 0.17 0.52 0.67 40.91 0.35 0.24
Hex 54 46 28 0 11 34 43 29 23 18
Octal 124 106 50 0 21 64 103 51 43 30
Binary 1010100 1000110 101000 0 10001 110100 1000011 101001 100011 11000

Color Harmonies of #544628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544628

Black with #544628

Text Example


Text Example

White with #544628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544628; }

 p { color: rgb(84,70,40); }

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

background-color css

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

 a { background-color: rgb(84,70,40); }

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

border-color css

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

 span { border-color: rgb(84,70,40); }

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