#554D14

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

Shades of Bronze Olive #554D14

Tints of Bronze Olive #554D14

Color information

#554D14 (or 0x554D14) is unknown color: approx Bronze Olive. HEX triplet: 55, 4D and 14. RGB value is (85,77,20). Sum of RGB (Red+Green+Blue) = 85+77+20=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #554D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554D14 is #AAB2EB. Grayscale: #494949. Windows color (decimal): -11186924 or 1330517. OLE color: 1330517.

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

Color convert

RGB857720-
CMYK00.090.760.67
HSL52.62º61.9%20.59%-
HSV(B)52.62º76.47%33.33%-
XYZ6.537.291.72-
YUV72.8998.15136.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.70%
GREEN value IS 77 (30.47% from 255) = 42.31%
BLUE value IS 20 (8.20% from 255) = 10.99%
R=46.70%
G=42.31%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85772000.090.760.6752.6261.920.59
Hex554D14094C43353e15
Octal12511524011114103657625
Binary1010101100110110100010011001100100001111010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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