#554E20

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

Shades of Bronze Olive #554E20

Tints of Bronze Olive #554E20

Color information

#554E20 (or 0x554E20) is unknown color: approx Bronze Olive. HEX triplet: 55, 4E and 20. RGB value is (85,78,32). Sum of RGB (Red+Green+Blue) = 85+78+32=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #554E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E20 is #AAB1DF. Grayscale: #4B4B4B. Windows color (decimal): -11186656 or 2117205. OLE color: 2117205.

HSL color Cylindrical-coordinate representation of color #554E20: hue angle of 52.08º 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 #554E20 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB857832-
CMYK00.080.620.67
HSL52.08º45.3%22.94%-
HSV(B)52.08º62.35%33.33%-
XYZ6.737.482.46-
YUV74.85103.82135.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.59%
GREEN value IS 78 (30.86% from 255) = 40%
BLUE value IS 32 (12.89% from 255) = 16.41%
R=43.59%
G=40%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85783200.080.620.6752.0845.322.94
Hex554E20083E43342d17
Octal1251164001076103645527
Binary1010101100111010000001000111110100001111010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554E20; }

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

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

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

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

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

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

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

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