#554D20

Color #554D20 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #554D20

Tints of Bronze Olive #554D20

Color information

#554D20 (or 0x554D20) is unknown color: approx Bronze Olive. HEX triplet: 55, 4D and 20. RGB value is (85,77,32). Sum of RGB (Red+Green+Blue) = 85+77+32=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #554D20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D20 is #AAB2DF. Grayscale: #4A4A4A. Windows color (decimal): -11186912 or 2116949. OLE color: 2116949.

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

Color convert

RGB857732-
CMYK00.090.620.67
HSL50.94º45.3%22.94%-
HSV(B)50.94º62.35%33.33%-
XYZ6.667.342.43-
YUV74.26104.15135.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.81%
GREEN value IS 77 (30.47% from 255) = 39.69%
BLUE value IS 32 (12.89% from 255) = 16.49%
R=43.81%
G=39.69%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85773200.090.620.6750.9445.322.94
Hex554D20093E43332d17
Octal1251154001176103635527
Binary1010101100110110000001001111110100001111001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554D20; }

 p { color: rgb(85,77,32); }

 H1.HeaderClassName
 {
   color: #554D20;
 }
 .AnyTagClassName
 {
   color: #554D20;
 }
</style>
background-color css

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

 a { background-color: rgb(85,77,32); }

 div.DivClassName
 {
   background-color: #554D20;
 }
 .BgClassName
 {
   background-color: #554D20;
 }
</style>
border-color css

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

 span { border-color: rgb(85,77,32); }

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