#554F17

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

Shades of Bronze Olive #554F17

Tints of Bronze Olive #554F17

Color information

#554F17 (or 0x554F17) is unknown color: approx Bronze Olive. HEX triplet: 55, 4F and 17. RGB value is (85,79,23). Sum of RGB (Red+Green+Blue) = 85+79+23=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #554F17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554F17 is #AAB0E8. Grayscale: #4A4A4A. Windows color (decimal): -11186409 or 1527637. OLE color: 1527637.

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

Color convert

RGB857923-
CMYK00.070.730.67
HSL54.19º57.41%21.18%-
HSV(B)54.19º72.94%33.33%-
XYZ6.77.591.92-
YUV74.4198.99135.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 79 (31.25% from 255) = 42.25%
BLUE value IS 23 (9.38% from 255) = 12.30%
R=45.45%
G=42.25%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85792300.070.730.6754.1957.4121.18
Hex554F17074943363915
Octal1251172707111103667125
Binary101010110011111011101111001001100001111011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,79,23); }

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

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

 a { background-color: rgb(85,79,23); }

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

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

 span { border-color: rgb(85,79,23); }

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