Html Css Color HEX #544D21 Bronze Olive

📋 copy color: '#544D21'

red 84 ◦ green 77 ◦ blue 33

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

Shades of Bronze Olive #544D21

Tints of Bronze Olive #544D21

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.69%

 BLUE value IS 33 (13.28% from 255) = 17.01%

R = 43.3%
G = 39.69%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#544D21 (or 0x544D21) is known color: Bronze Olive. HEX triplet: 54, 4D and 21. RGB value is (84,77,33). Sum of RGB (Red+Green+Blue) = 84+77+33=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 84 - color contains mainly: red. Hex color #544D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544D21 is #ABB2DE. Grayscale: #4A4A4A. Windows color (decimal): -11252447 or 2182484. OLE color: 2182484.

HSL color Cylindrical-coordinate representation of color #544D21: hue angle of 51.76º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #544D21 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 77 33 -
CMYK 0 0.08 0.61 0.67
HSL 51.76º 0.44% 0.23% -
HSV(B) 51.76º 0.61% 0.33% -
XYZ 6.58 7.3 2.5 -
YUV 74.08 104.82 135.08 -
System Red Green Blue C M Y K H S L
Decimal 84 77 33 0 0.08 0.61 0.67 51.76 0.44 0.23
Hex 54 4D 21 0 8 3D 43 34 2C 17
Octal 124 115 41 0 10 75 103 64 54 27
Binary 1010100 1001101 100001 0 1000 111101 1000011 110100 101100 10111

Color Harmonies of #544D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544D21

Black with #544D21

Text Example


Text Example

White with #544D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,77,33); }

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

background-color css

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

 a { background-color: rgb(84,77,33); }

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

border-color css

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

 span { border-color: rgb(84,77,33); }

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