#554219

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

Shades of Bronze Olive #554219

Tints of Bronze Olive #554219

Color information

#554219 (or 0x554219) is unknown color: approx Bronze Olive. HEX triplet: 55, 42 and 19. RGB value is (85,66,25). Sum of RGB (Red+Green+Blue) = 85+66+25=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #554219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554219 is #AABDE6. Grayscale: #434343. Windows color (decimal): -11189735 or 1655381. OLE color: 1655381.

HSL color Cylindrical-coordinate representation of color #554219: hue angle of 41º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #554219 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB856625-
CMYK00.220.710.67
HSL41º54.55%21.57%-
HSV(B)41º70.59%33.33%-
XYZ5.875.91.75-
YUV67.01104.29140.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.30%
GREEN value IS 66 (26.17% from 255) = 37.5%
BLUE value IS 25 (10.16% from 255) = 14.20%
R=48.30%
G=37.5%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85662500.220.710.674154.5521.57
Hex5542190164743293716
Octal12510231026107103516726
Binary10101011000010110010101101000111100001110100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554219; }

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

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

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

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

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

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

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

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