#554619

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

Shades of Bronze Olive #554619

Tints of Bronze Olive #554619

Color information

#554619 (or 0x554619) is unknown color: approx Bronze Olive. HEX triplet: 55, 46 and 19. RGB value is (85,70,25). Sum of RGB (Red+Green+Blue) = 85+70+25=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #554619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554619 is #AAB9E6. Grayscale: #454545. Windows color (decimal): -11188711 or 1656405. OLE color: 1656405.

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

Color convert

RGB857025-
CMYK00.180.710.67
HSL45º54.55%21.57%-
HSV(B)45º70.59%33.33%-
XYZ6.116.381.83-
YUV69.35102.97139.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.22%
GREEN value IS 70 (27.73% from 255) = 38.89%
BLUE value IS 25 (10.16% from 255) = 13.89%
R=47.22%
G=38.89%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85702500.180.710.674554.5521.57
Hex55461901247432d3716
Octal12510631022107103556726
Binary10101011000110110010100101000111100001110110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554619; }

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

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

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

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

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

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

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

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