Html Css Color HEX #544A20 Bronze Olive

📋 copy color: '#544A20'

red 84 ◦ green 74 ◦ blue 32

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

Shades of Bronze Olive #544A20

Tints of Bronze Olive #544A20

RGB

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

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

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

R = 44.21%
G = 38.95%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#544A20 (or 0x544A20) is known color: Bronze Olive. HEX triplet: 54, 4A and 20. RGB value is (84,74,32). Sum of RGB (Red+Green+Blue) = 84+74+32=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 84 - color contains mainly: red. Hex color #544A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A20 is #ABB5DF. Grayscale: #484848. Windows color (decimal): -11253216 or 2116180. OLE color: 2116180.

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

Color convert

RGB 84 74 32 -
CMYK 0 0.12 0.62 0.67
HSL 48.46º 0.45% 0.23% -
HSV(B) 48.46º 0.62% 0.33% -
XYZ 6.37 6.89 2.36 -
YUV 72.2 105.31 136.42 -
System Red Green Blue C M Y K H S L
Decimal 84 74 32 0 0.12 0.62 0.67 48.46 0.45 0.23
Hex 54 4A 20 0 C 3E 43 30 2D 17
Octal 124 112 40 0 14 76 103 60 55 27
Binary 1010100 1001010 100000 0 1100 111110 1000011 110000 101101 10111

Color Harmonies of #544A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544A20

Black with #544A20

Text Example


Text Example

White with #544A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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