#554D1C

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

Shades of Bronze Olive #554D1C

Tints of Bronze Olive #554D1C

Color information

#554D1C (or 0x554D1C) is unknown color: approx Bronze Olive. HEX triplet: 55, 4D and 1C. RGB value is (85,77,28). Sum of RGB (Red+Green+Blue) = 85+77+28=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #554D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D1C is #AAB2E3. Grayscale: #4A4A4A. Windows color (decimal): -11186916 or 1854805. OLE color: 1854805.

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

Color convert

RGB857728-
CMYK00.090.670.67
HSL51.58º50.44%22.16%-
HSV(B)51.58º67.06%33.33%-
XYZ6.617.322.16-
YUV73.81102.15135.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.74%
GREEN value IS 77 (30.47% from 255) = 40.53%
BLUE value IS 28 (11.33% from 255) = 14.74%
R=44.74%
G=40.53%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85772800.090.670.6751.5850.4422.16
Hex554D1C094343343216
Octal12511534011103103646226
Binary1010101100110111100010011000011100001111010011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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