#554914

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

Shades of Bronze Olive #554914

Tints of Bronze Olive #554914

Color information

#554914 (or 0x554914) is unknown color: approx Bronze Olive. HEX triplet: 55, 49 and 14. RGB value is (85,73,20). Sum of RGB (Red+Green+Blue) = 85+73+20=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #554914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554914 is #AAB6EB. Grayscale: #464646. Windows color (decimal): -11187948 or 1329493. OLE color: 1329493.

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

Color convert

RGB857320-
CMYK00.140.760.67
HSL48.92º61.9%20.59%-
HSV(B)48.92º76.47%33.33%-
XYZ6.266.751.63-
YUV70.5599.48138.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.75%
GREEN value IS 73 (28.91% from 255) = 41.01%
BLUE value IS 20 (8.20% from 255) = 11.24%
R=47.75%
G=41.01%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85732000.140.760.6748.9261.920.59
Hex5549140E4C43313e15
Octal12511124016114103617625
Binary1010101100100110100011101001100100001111000111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554914; }

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

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

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

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

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

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

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

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