#554D09

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

Shades of Bronze Olive #554D09

Tints of Bronze Olive #554D09

Color information

#554D09 (or 0x554D09) is unknown color: approx Bronze Olive. HEX triplet: 55, 4D and 09. RGB value is (85,77,9). Sum of RGB (Red+Green+Blue) = 85+77+9=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 77 (30.47% from 255 or 45.03% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #554D09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554D09 is #AAB2F6. Grayscale: #474747. Windows color (decimal): -11186935 or 609621. OLE color: 609621.

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

Color convert

RGB85779-
CMYK00.090.890.67
HSL53.68º80.85%18.43%-
HSV(B)53.68º89.41%33.33%-
XYZ6.457.261.32-
YUV71.6492.65137.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.71%
GREEN value IS 77 (30.47% from 255) = 45.03%
BLUE value IS 9 (3.91% from 255) = 5.26%
R=49.71%
G=45.03%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8577900.090.890.6753.6880.8518.43
Hex554D9095943365112
Octal125115110111311036612122
Binary1010101100110110010100110110011000011110110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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