Html Css Color HEX #545220 Bronze Olive

📋 copy color: '#545220'

red 84 ◦ green 82 ◦ blue 32

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

Shades of Bronze Olive #545220

Tints of Bronze Olive #545220

RGB

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

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

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

R = 42.42%
G = 41.41%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#545220 (or 0x545220) is known color: Bronze Olive. HEX triplet: 54, 52 and 20. RGB value is (84,82,32). Sum of RGB (Red+Green+Blue) = 84+82+32=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 84 - color contains mainly: red. Hex color #545220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545220 is #ABADDF. Grayscale: #4D4D4D. Windows color (decimal): -11251168 or 2118228. OLE color: 2118228.

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

Color convert

RGB 84 82 32 -
CMYK 0 0.02 0.62 0.67
HSL 57.69º 0.45% 0.23% -
HSV(B) 57.69º 0.62% 0.33% -
XYZ 6.93 8.02 2.55 -
YUV 76.9 102.66 133.07 -
System Red Green Blue C M Y K H S L
Decimal 84 82 32 0 0.02 0.62 0.67 57.69 0.45 0.23
Hex 54 52 20 0 2 3E 43 3A 2D 17
Octal 124 122 40 0 2 76 103 72 55 27
Binary 1010100 1010010 100000 0 10 111110 1000011 111010 101101 10111

Color Harmonies of #545220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545220

Black with #545220

Text Example


Text Example

White with #545220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545220; }

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

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

background-color css

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

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

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

border-color css

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

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

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