#554717

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

Shades of Bronze Olive #554717

Tints of Bronze Olive #554717

Color information

#554717 (or 0x554717) is unknown color: approx Bronze Olive. HEX triplet: 55, 47 and 17. RGB value is (85,71,23). Sum of RGB (Red+Green+Blue) = 85+71+23=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 23 (9.38% from 255 or 12.85% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #554717 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554717 is #AAB8E8. Grayscale: #454545. Windows color (decimal): -11188457 or 1525589. OLE color: 1525589.

HSL color Cylindrical-coordinate representation of color #554717: hue angle of 46.45º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #554717 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB857123-
CMYK00.160.730.67
HSL46.45º57.41%21.18%-
HSV(B)46.45º72.94%33.33%-
XYZ6.156.51.74-
YUV69.71101.64138.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.49%
GREEN value IS 71 (28.12% from 255) = 39.66%
BLUE value IS 23 (9.38% from 255) = 12.85%
R=47.49%
G=39.66%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85712300.160.730.6746.4557.4121.18
Hex55471701049432e3915
Octal12510727020111103567125
Binary10101011000111101110100001001001100001110111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554717; }

 p { color: rgb(85,71,23); }

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

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

 a { background-color: rgb(85,71,23); }

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

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

 span { border-color: rgb(85,71,23); }

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