#554C22

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

Shades of Bronze Olive #554C22

Tints of Bronze Olive #554C22

Color information

#554C22 (or 0x554C22) is unknown color: approx Bronze Olive. HEX triplet: 55, 4C and 22. RGB value is (85,76,34). Sum of RGB (Red+Green+Blue) = 85+76+34=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 34 (13.67% from 255 or 17.44% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #554C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C22 is #AAB3DD. Grayscale: #4A4A4A. Windows color (decimal): -11187166 or 2247765. OLE color: 2247765.

HSL color Cylindrical-coordinate representation of color #554C22: hue angle of 49.41º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #554C22 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB857634-
CMYK00.110.600.67
HSL49.41º42.86%23.33%-
HSV(B)49.41º60%33.33%-
XYZ6.627.222.56-
YUV73.9105.48135.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.59%
GREEN value IS 76 (30.08% from 255) = 38.97%
BLUE value IS 34 (13.67% from 255) = 17.44%
R=43.59%
G=38.97%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85763400.110.600.6749.4142.8623.33
Hex554C220B3C43312b17
Octal1251144201374103615327
Binary1010101100110010001001011111100100001111000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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