#554919

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

Shades of Bronze Olive #554919

Tints of Bronze Olive #554919

Color information

#554919 (or 0x554919) is unknown color: approx Bronze Olive. HEX triplet: 55, 49 and 19. RGB value is (85,73,25). Sum of RGB (Red+Green+Blue) = 85+73+25=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #554919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554919 is #AAB6E6. Grayscale: #474747. Windows color (decimal): -11187943 or 1657173. OLE color: 1657173.

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

Color convert

RGB857325-
CMYK00.140.710.67
HSL48º54.55%21.57%-
HSV(B)48º70.59%33.33%-
XYZ6.36.771.89-
YUV71.12101.98137.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.45%
GREEN value IS 73 (28.91% from 255) = 39.89%
BLUE value IS 25 (10.16% from 255) = 13.66%
R=46.45%
G=39.89%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85732500.140.710.674854.5521.57
Hex5549190E4743303716
Octal12511131016107103606726
Binary1010101100100111001011101000111100001111000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554919; }

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

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

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

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

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

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

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

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