Html Css Color HEX #544820 Bronze Olive

📋 copy color: '#544820'

red 84 ◦ green 72 ◦ blue 32

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

Shades of Bronze Olive #544820

Tints of Bronze Olive #544820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.3%

 BLUE value IS 32 (12.89% from 255) = 17.02%

R = 44.68%
G = 38.3%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#544820 (or 0x544820) is known color: Bronze Olive. HEX triplet: 54, 48 and 20. RGB value is (84,72,32). Sum of RGB (Red+Green+Blue) = 84+72+32=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 84 - color contains mainly: red. Hex color #544820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544820 is #ABB7DF. Grayscale: #474747. Windows color (decimal): -11253728 or 2115668. OLE color: 2115668.

HSL color Cylindrical-coordinate representation of color #544820: hue angle of 46.15º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #544820 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 72 32 -
CMYK 0 0.14 0.62 0.67
HSL 46.15º 0.45% 0.23% -
HSV(B) 46.15º 0.62% 0.33% -
XYZ 6.23 6.62 2.32 -
YUV 71.03 105.98 137.25 -
System Red Green Blue C M Y K H S L
Decimal 84 72 32 0 0.14 0.62 0.67 46.15 0.45 0.23
Hex 54 48 20 0 E 3E 43 2E 2D 17
Octal 124 110 40 0 16 76 103 56 55 27
Binary 1010100 1001000 100000 0 1110 111110 1000011 101110 101101 10111

Color Harmonies of #544820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544820

Black with #544820

Text Example


Text Example

White with #544820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544820; }

 p { color: rgb(84,72,32); }

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

background-color css

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

 a { background-color: rgb(84,72,32); }

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

border-color css

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

 span { border-color: rgb(84,72,32); }

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