#554817

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

Shades of Bronze Olive #554817

Tints of Bronze Olive #554817

Color information

#554817 (or 0x554817) is unknown color: approx Bronze Olive. HEX triplet: 55, 48 and 17. RGB value is (85,72,23). Sum of RGB (Red+Green+Blue) = 85+72+23=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #554817 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554817 is #AAB7E8. Grayscale: #464646. Windows color (decimal): -11188201 or 1525845. OLE color: 1525845.

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

Color convert

RGB857223-
CMYK00.150.730.67
HSL47.42º57.41%21.18%-
HSV(B)47.42º72.94%33.33%-
XYZ6.226.631.76-
YUV70.3101.31138.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.22%
GREEN value IS 72 (28.52% from 255) = 40%
BLUE value IS 23 (9.38% from 255) = 12.78%
R=47.22%
G=40%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85722300.150.730.6747.4257.4121.18
Hex5548170F49432f3915
Octal12511027017111103577125
Binary1010101100100010111011111001001100001110111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554817; }

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

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

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

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

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

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

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

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