#554217

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

Shades of Bronze Olive #554217

Tints of Bronze Olive #554217

Color information

#554217 (or 0x554217) is unknown color: approx Bronze Olive. HEX triplet: 55, 42 and 17. RGB value is (85,66,23). Sum of RGB (Red+Green+Blue) = 85+66+23=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 23 (9.38% from 255 or 13.22% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #554217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554217 is #AABDE8. Grayscale: #424242. Windows color (decimal): -11189737 or 1524309. OLE color: 1524309.

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

Color convert

RGB856623-
CMYK00.220.730.67
HSL41.61º57.41%21.18%-
HSV(B)41.61º72.94%33.33%-
XYZ5.855.891.64-
YUV66.78103.29141-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.85%
GREEN value IS 66 (26.17% from 255) = 37.93%
BLUE value IS 23 (9.38% from 255) = 13.22%
R=48.85%
G=37.93%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85662300.220.730.6741.6157.4121.18
Hex55421701649432a3915
Octal12510227026111103527125
Binary10101011000010101110101101001001100001110101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554217; }

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

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

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

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

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

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

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

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