#554921

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

Shades of Bronze Olive #554921

Tints of Bronze Olive #554921

Color information

#554921 (or 0x554921) is unknown color: approx Bronze Olive. HEX triplet: 55, 49 and 21. RGB value is (85,73,33). Sum of RGB (Red+Green+Blue) = 85+73+33=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #554921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554921 is #AAB6DE. Grayscale: #484848. Windows color (decimal): -11187935 or 2181461. OLE color: 2181461.

HSL color Cylindrical-coordinate representation of color #554921: hue angle of 46.15º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #554921 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB857333-
CMYK00.140.610.67
HSL46.15º44.07%23.14%-
HSV(B)46.15º61.18%33.33%-
XYZ6.46.812.42-
YUV72.03105.98137.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.50%
GREEN value IS 73 (28.91% from 255) = 38.22%
BLUE value IS 33 (13.28% from 255) = 17.28%
R=44.50%
G=38.22%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85733300.140.610.6746.1544.0723.14
Hex5549210E3D432e2c17
Octal1251114101675103565427
Binary1010101100100110000101110111101100001110111010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554921; }

 p { color: rgb(85,73,33); }

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

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

 a { background-color: rgb(85,73,33); }

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

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

 span { border-color: rgb(85,73,33); }

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