#554a2a

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

Shades of Bronze Olive #554A2A

Tints of Bronze Olive #554A2A

Color information

#554A2A (or 0x554A2A) is unknown color: approx Bronze Olive. HEX triplet: 55, 4A and 2A. RGB value is (85,74,42). Sum of RGB (Red+Green+Blue) = 85+74+42=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #554A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A2A is #AAB5D5. Grayscale: #494949. Windows color (decimal): -11187670 or 2771541. OLE color: 2771541.

HSL color Cylindrical-coordinate representation of color #554A2A: hue angle of 44.65º 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 #554A2A is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB857442-
CMYK00.130.510.67
HSL44.65º33.86%24.9%-
HSV(B)44.65º50.59%33.33%-
XYZ6.6173.19-
YUV73.64110.14136.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.29%
GREEN value IS 74 (29.30% from 255) = 36.82%
BLUE value IS 42 (16.80% from 255) = 20.90%
R=42.29%
G=36.82%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85744200.130.510.6744.6533.8624.9
Hex554A2A0D33432d2219
Octal1251125201563103554231
Binary1010101100101010101001101110011100001110110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554a2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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