#554D16

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

Shades of Bronze Olive #554D16

Tints of Bronze Olive #554D16

Color information

#554D16 (or 0x554D16) is unknown color: approx Bronze Olive. HEX triplet: 55, 4D and 16. RGB value is (85,77,22). Sum of RGB (Red+Green+Blue) = 85+77+22=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #554D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554D16 is #AAB2E9. Grayscale: #494949. Windows color (decimal): -11186922 or 1461589. OLE color: 1461589.

HSL color Cylindrical-coordinate representation of color #554D16: hue angle of 52.38º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #554D16 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB857722-
CMYK00.090.740.67
HSL52.38º58.88%20.98%-
HSV(B)52.38º74.12%33.33%-
XYZ6.557.31.82-
YUV73.1299.15136.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.20%
GREEN value IS 77 (30.47% from 255) = 41.85%
BLUE value IS 22 (8.98% from 255) = 11.96%
R=46.20%
G=41.85%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85772200.090.740.6752.3858.8820.98
Hex554D16094A43343b15
Octal12511526011112103647325
Binary1010101100110110110010011001010100001111010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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