#554C14

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

Shades of Bronze Olive #554C14

Tints of Bronze Olive #554C14

Color information

#554C14 (or 0x554C14) is unknown color: approx Bronze Olive. HEX triplet: 55, 4C and 14. RGB value is (85,76,20). Sum of RGB (Red+Green+Blue) = 85+76+20=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #554C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554C14 is #AAB3EB. Grayscale: #484848. Windows color (decimal): -11187180 or 1330261. OLE color: 1330261.

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

Color convert

RGB857620-
CMYK00.110.760.67
HSL51.69º61.9%20.59%-
HSV(B)51.69º76.47%33.33%-
XYZ6.467.151.7-
YUV72.3198.48137.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.96%
GREEN value IS 76 (30.08% from 255) = 41.99%
BLUE value IS 20 (8.20% from 255) = 11.05%
R=46.96%
G=41.99%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85762000.110.760.6751.6961.920.59
Hex554C140B4C43343e15
Octal12511424013114103647625
Binary1010101100110010100010111001100100001111010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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