#554D28

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

Shades of Bronze Olive #554D28

Tints of Bronze Olive #554D28

Color information

#554D28 (or 0x554D28) is unknown color: approx Bronze Olive. HEX triplet: 55, 4D and 28. RGB value is (85,77,40). Sum of RGB (Red+Green+Blue) = 85+77+40=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 77 (30.47% from 255 or 38.12% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #554D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D28 is #AAB2D7. Grayscale: #4B4B4B. Windows color (decimal): -11186904 or 2641237. OLE color: 2641237.

HSL color Cylindrical-coordinate representation of color #554D28: hue angle of 49.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #554D28 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB857740-
CMYK00.090.530.67
HSL49.33º36%24.51%-
HSV(B)49.33º52.94%33.33%-
XYZ6.787.393.08-
YUV75.17108.15135.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.08%
GREEN value IS 77 (30.47% from 255) = 38.12%
BLUE value IS 40 (16.02% from 255) = 19.80%
R=42.08%
G=38.12%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85774000.090.530.6749.333624.51
Hex554D28093543312419
Octal1251155001165103614431
Binary1010101100110110100001001110101100001111000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,77,40); }

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

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

 a { background-color: rgb(85,77,40); }

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

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

 span { border-color: rgb(85,77,40); }

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