#554617

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

Shades of Bronze Olive #554617

Tints of Bronze Olive #554617

Color information

#554617 (or 0x554617) is unknown color: approx Bronze Olive. HEX triplet: 55, 46 and 17. RGB value is (85,70,23). Sum of RGB (Red+Green+Blue) = 85+70+23=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 23 (9.38% from 255 or 12.92% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #554617 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554617 is #AAB9E8. Grayscale: #454545. Windows color (decimal): -11188713 or 1525333. OLE color: 1525333.

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

Color convert

RGB857023-
CMYK00.180.730.67
HSL45.48º57.41%21.18%-
HSV(B)45.48º72.94%33.33%-
XYZ6.096.371.72-
YUV69.13101.97139.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.75%
GREEN value IS 70 (27.73% from 255) = 39.33%
BLUE value IS 23 (9.38% from 255) = 12.92%
R=47.75%
G=39.33%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85702300.180.730.6745.4857.4121.18
Hex55461701249432d3915
Octal12510627022111103557125
Binary10101011000110101110100101001001100001110110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554617; }

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

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

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

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

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

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

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

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