#554517

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

Shades of Bronze Olive #554517

Tints of Bronze Olive #554517

Color information

#554517 (or 0x554517) is unknown color: approx Bronze Olive. HEX triplet: 55, 45 and 17. RGB value is (85,69,23). Sum of RGB (Red+Green+Blue) = 85+69+23=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 23 (9.38% from 255 or 12.99% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #554517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554517 is #AABAE8. Grayscale: #444444. Windows color (decimal): -11188969 or 1525077. OLE color: 1525077.

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

Color convert

RGB856923-
CMYK00.190.730.67
HSL44.52º57.41%21.18%-
HSV(B)44.52º72.94%33.33%-
XYZ6.036.251.7-
YUV68.54102.3139.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.02%
GREEN value IS 69 (27.34% from 255) = 38.98%
BLUE value IS 23 (9.38% from 255) = 12.99%
R=48.02%
G=38.98%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85692300.190.730.6744.5257.4121.18
Hex55451701349432d3915
Octal12510527023111103557125
Binary10101011000101101110100111001001100001110110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554517; }

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

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

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

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

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

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

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

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