Html Css Color HEX #544420 Bronze Olive

📋 copy color: '#544420'

red 84 ◦ green 68 ◦ blue 32

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

Shades of Bronze Olive #544420

Tints of Bronze Olive #544420

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.96%

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

R = 45.65%
G = 36.96%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#544420 (or 0x544420) is known color: Bronze Olive. HEX triplet: 54, 44 and 20. RGB value is (84,68,32). Sum of RGB (Red+Green+Blue) = 84+68+32=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 84 - color contains mainly: red. Hex color #544420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544420 is #ABBBDF. Grayscale: #444444. Windows color (decimal): -11254752 or 2114644. OLE color: 2114644.

HSL color Cylindrical-coordinate representation of color #544420: hue angle of 41.54º 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 #544420 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 68 32 -
CMYK 0 0.19 0.62 0.67
HSL 41.54º 0.45% 0.23% -
HSV(B) 41.54º 0.62% 0.33% -
XYZ 5.98 6.12 2.23 -
YUV 68.68 107.3 138.93 -
System Red Green Blue C M Y K H S L
Decimal 84 68 32 0 0.19 0.62 0.67 41.54 0.45 0.23
Hex 54 44 20 0 13 3E 43 2A 2D 17
Octal 124 104 40 0 23 76 103 52 55 27
Binary 1010100 1000100 100000 0 10011 111110 1000011 101010 101101 10111

Color Harmonies of #544420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544420

Black with #544420

Text Example


Text Example

White with #544420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544420; }

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

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

background-color css

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

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

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

border-color css

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

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

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