#554E16

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

Shades of Bronze Olive #554E16

Tints of Bronze Olive #554E16

Color information

#554E16 (or 0x554E16) is unknown color: approx Bronze Olive. HEX triplet: 55, 4E and 16. RGB value is (85,78,22). Sum of RGB (Red+Green+Blue) = 85+78+22=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 78 (30.86% from 255 or 42.16% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #554E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554E16 is #AAB1E9. Grayscale: #494949. Windows color (decimal): -11186666 or 1461845. OLE color: 1461845.

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

Color convert

RGB857822-
CMYK00.080.740.67
HSL53.33º58.88%20.98%-
HSV(B)53.33º74.12%33.33%-
XYZ6.627.441.85-
YUV73.7198.82136.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 78 (30.86% from 255) = 42.16%
BLUE value IS 22 (8.98% from 255) = 11.89%
R=45.95%
G=42.16%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85782200.080.740.6753.3358.8820.98
Hex554E16084A43353b15
Octal12511626010112103657325
Binary1010101100111010110010001001010100001111010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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