#554420

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

Shades of Bronze Olive #554420

Tints of Bronze Olive #554420

Color information

#554420 (or 0x554420) is unknown color: approx Bronze Olive. HEX triplet: 55, 44 and 20. RGB value is (85,68,32). Sum of RGB (Red+Green+Blue) = 85+68+32=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #554420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554420 is #AABBDF. Grayscale: #454545. Windows color (decimal): -11189216 or 2114645. OLE color: 2114645.

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

Color convert

RGB856832-
CMYK00.200.620.67
HSL40.75º45.3%22.94%-
HSV(B)40.75º62.35%33.33%-
XYZ6.076.172.24-
YUV68.98107.13139.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 68 (26.95% from 255) = 36.76%
BLUE value IS 32 (12.89% from 255) = 17.30%
R=45.95%
G=36.76%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85683200.200.620.6740.7545.322.94
Hex5544200143E43292d17
Octal1251044002476103515527
Binary10101011000100100000010100111110100001110100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554420; }

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

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

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

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

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

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

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

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