Html Css Color HEX #545221 Bronze Olive

📋 copy color: '#545221'

red 84 ◦ green 82 ◦ blue 33

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

Shades of Bronze Olive #545221

Tints of Bronze Olive #545221

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.21%

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

R = 42.21%
G = 41.21%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#545221 (or 0x545221) is known color: Bronze Olive. HEX triplet: 54, 52 and 21. RGB value is (84,82,33). Sum of RGB (Red+Green+Blue) = 84+82+33=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 84 - color contains mainly: red. Hex color #545221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545221 is #ABADDE. Grayscale: #4D4D4D. Windows color (decimal): -11251167 or 2183764. OLE color: 2183764.

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

Color convert

RGB 84 82 33 -
CMYK 0 0.02 0.61 0.67
HSL 57.65º 0.44% 0.23% -
HSV(B) 57.65º 0.61% 0.33% -
XYZ 6.95 8.03 2.62 -
YUV 77.01 103.16 132.98 -
System Red Green Blue C M Y K H S L
Decimal 84 82 33 0 0.02 0.61 0.67 57.65 0.44 0.23
Hex 54 52 21 0 2 3D 43 3A 2C 17
Octal 124 122 41 0 2 75 103 72 54 27
Binary 1010100 1010010 100001 0 10 111101 1000011 111010 101100 10111

Color Harmonies of #545221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545221

Black with #545221

Text Example


Text Example

White with #545221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545221; }

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

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

background-color css

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

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

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

border-color css

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

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

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