#554F14

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

Shades of Bronze Olive #554F14

Tints of Bronze Olive #554F14

Color information

#554F14 (or 0x554F14) is unknown color: approx Bronze Olive. HEX triplet: 55, 4F and 14. RGB value is (85,79,20). Sum of RGB (Red+Green+Blue) = 85+79+20=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 79 (31.25% from 255 or 42.93% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #554F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554F14 is #AAB0EB. Grayscale: #4A4A4A. Windows color (decimal): -11186412 or 1331029. OLE color: 1331029.

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

Color convert

RGB857920-
CMYK00.070.760.67
HSL54.46º61.9%20.59%-
HSV(B)54.46º76.47%33.33%-
XYZ6.677.571.77-
YUV74.0797.49135.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.20%
GREEN value IS 79 (31.25% from 255) = 42.93%
BLUE value IS 20 (8.20% from 255) = 10.87%
R=46.20%
G=42.93%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85792000.070.760.6754.4661.920.59
Hex554F14074C43363e15
Octal1251172407114103667625
Binary101010110011111010001111001100100001111011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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