#554720

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

Shades of Bronze Olive #554720

Tints of Bronze Olive #554720

Color information

#554720 (or 0x554720) is unknown color: approx Bronze Olive. HEX triplet: 55, 47 and 20. RGB value is (85,71,32). Sum of RGB (Red+Green+Blue) = 85+71+32=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #554720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554720 is #AAB8DF. Grayscale: #464646. Windows color (decimal): -11188448 or 2115413. OLE color: 2115413.

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

Color convert

RGB857132-
CMYK00.160.620.67
HSL44.15º45.3%22.94%-
HSV(B)44.15º62.35%33.33%-
XYZ6.266.542.3-
YUV70.74106.14138.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 71 (28.12% from 255) = 37.77%
BLUE value IS 32 (12.89% from 255) = 17.02%
R=45.21%
G=37.77%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85713200.160.620.6744.1545.322.94
Hex5547200103E432c2d17
Octal1251074002076103545527
Binary10101011000111100000010000111110100001110110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554720; }

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

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

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

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

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

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

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

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