#554421

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

Shades of Bronze Olive #554421

Tints of Bronze Olive #554421

Color information

#554421 (or 0x554421) is unknown color: approx Bronze Olive. HEX triplet: 55, 44 and 21. RGB value is (85,68,33). Sum of RGB (Red+Green+Blue) = 85+68+33=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #554421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554421 is #AABBDE. Grayscale: #454545. Windows color (decimal): -11189215 or 2180181. OLE color: 2180181.

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

Color convert

RGB856833-
CMYK00.200.610.67
HSL40.38º44.07%23.14%-
HSV(B)40.38º61.18%33.33%-
XYZ6.096.182.31-
YUV69.09107.63139.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.70%
GREEN value IS 68 (26.95% from 255) = 36.56%
BLUE value IS 33 (13.28% from 255) = 17.74%
R=45.70%
G=36.56%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85683300.200.610.6740.3844.0723.14
Hex5544210143D43282c17
Octal1251044102475103505427
Binary10101011000100100001010100111101100001110100010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554421; }

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

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

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

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

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

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

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

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