#554C16

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

Shades of Bronze Olive #554C16

Tints of Bronze Olive #554C16

Color information

#554C16 (or 0x554C16) is unknown color: approx Bronze Olive. HEX triplet: 55, 4C and 16. RGB value is (85,76,22). Sum of RGB (Red+Green+Blue) = 85+76+22=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #554C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554C16 is #AAB3E9. Grayscale: #484848. Windows color (decimal): -11187178 or 1461333. OLE color: 1461333.

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

Color convert

RGB857622-
CMYK00.110.740.67
HSL51.43º58.88%20.98%-
HSV(B)51.43º74.12%33.33%-
XYZ6.487.161.8-
YUV72.5399.48136.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.45%
GREEN value IS 76 (30.08% from 255) = 41.53%
BLUE value IS 22 (8.98% from 255) = 12.02%
R=46.45%
G=41.53%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85762200.110.740.6751.4358.8820.98
Hex554C160B4A43333b15
Octal12511426013112103637325
Binary1010101100110010110010111001010100001111001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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