#554620

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

Shades of Bronze Olive #554620

Tints of Bronze Olive #554620

Color information

#554620 (or 0x554620) is unknown color: approx Bronze Olive. HEX triplet: 55, 46 and 20. RGB value is (85,70,32). Sum of RGB (Red+Green+Blue) = 85+70+32=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #554620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554620 is #AAB9DF. Grayscale: #464646. Windows color (decimal): -11188704 or 2115157. OLE color: 2115157.

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

Color convert

RGB857032-
CMYK00.180.620.67
HSL43.02º45.3%22.94%-
HSV(B)43.02º62.35%33.33%-
XYZ6.26.422.28-
YUV70.15106.47138.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 70 (27.73% from 255) = 37.43%
BLUE value IS 32 (12.89% from 255) = 17.11%
R=45.45%
G=37.43%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85703200.180.620.6743.0245.322.94
Hex5546200123E432b2d17
Octal1251064002276103535527
Binary10101011000110100000010010111110100001110101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554620; }

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

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

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

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

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

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

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

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