#554911

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

Shades of Bronze Olive #554911

Tints of Bronze Olive #554911

Color information

#554911 (or 0x554911) is unknown color: approx Bronze Olive. HEX triplet: 55, 49 and 11. RGB value is (85,73,17). Sum of RGB (Red+Green+Blue) = 85+73+17=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #554911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554911 is #AAB6EE. Grayscale: #464646. Windows color (decimal): -11187951 or 1132885. OLE color: 1132885.

HSL color Cylindrical-coordinate representation of color #554911: hue angle of 49.41º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #554911 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB857317-
CMYK00.140.800.67
HSL49.41º66.67%20%-
HSV(B)49.41º80%33.33%-
XYZ6.236.741.5-
YUV70.297.98138.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.57%
GREEN value IS 73 (28.91% from 255) = 41.71%
BLUE value IS 17 (7.03% from 255) = 9.71%
R=48.57%
G=41.71%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85731700.140.800.6749.4166.6720
Hex5549110E5043314314
Octal125111210161201036110324
Binary10101011001001100010111010100001000011110001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554911; }

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

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

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

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

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

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

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

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