#554D1A

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

Shades of Bronze Olive #554D1A

Tints of Bronze Olive #554D1A

Color information

#554D1A (or 0x554D1A) is unknown color: approx Bronze Olive. HEX triplet: 55, 4D and 1A. RGB value is (85,77,26). Sum of RGB (Red+Green+Blue) = 85+77+26=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #554D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D1A is #AAB2E5. Grayscale: #494949. Windows color (decimal): -11186918 or 1723733. OLE color: 1723733.

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

Color convert

RGB857726-
CMYK00.090.690.67
HSL51.86º53.15%21.76%-
HSV(B)51.86º69.41%33.33%-
XYZ6.597.312.04-
YUV73.58101.15136.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 77 (30.47% from 255) = 40.96%
BLUE value IS 26 (10.55% from 255) = 13.83%
R=45.21%
G=40.96%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85772600.090.690.6751.8653.1521.76
Hex554D1A094543343516
Octal12511532011105103646526
Binary1010101100110111010010011000101100001111010011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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