#554C2A

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

Shades of Bronze Olive #554C2A

Tints of Bronze Olive #554C2A

Color information

#554C2A (or 0x554C2A) is unknown color: approx Bronze Olive. HEX triplet: 55, 4C and 2A. RGB value is (85,76,42). Sum of RGB (Red+Green+Blue) = 85+76+42=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #554C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C2A is #AAB3D5. Grayscale: #4A4A4A. Windows color (decimal): -11187158 or 2772053. OLE color: 2772053.

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

Color convert

RGB857642-
CMYK00.110.510.67
HSL47.44º33.86%24.9%-
HSV(B)47.44º50.59%33.33%-
XYZ6.757.273.24-
YUV74.81109.48135.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 76 (30.08% from 255) = 37.44%
BLUE value IS 42 (16.80% from 255) = 20.69%
R=41.87%
G=37.44%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85764200.110.510.6747.4433.8624.9
Hex554C2A0B33432f2219
Octal1251145201363103574231
Binary1010101100110010101001011110011100001110111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,76,42); }

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

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

 a { background-color: rgb(85,76,42); }

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

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

 span { border-color: rgb(85,76,42); }

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