#555222

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

Shades of Bronze Olive #555222

Tints of Bronze Olive #555222

Color information

#555222 (or 0x555222) is unknown color: approx Bronze Olive. HEX triplet: 55, 52 and 22. RGB value is (85,82,34). Sum of RGB (Red+Green+Blue) = 85+82+34=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 34 (13.67% from 255 or 16.92% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #555222 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555222 is #AAADDD. Grayscale: #4D4D4D. Windows color (decimal): -11185630 or 2249301. OLE color: 2249301.

HSL color Cylindrical-coordinate representation of color #555222: hue angle of 56.47º 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 #555222 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB858234-
CMYK00.040.600.67
HSL56.47º42.86%23.33%-
HSV(B)56.47º60%33.33%-
XYZ7.058.082.7-
YUV77.43103.49133.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.29%
GREEN value IS 82 (32.42% from 255) = 40.80%
BLUE value IS 34 (13.67% from 255) = 16.92%
R=42.29%
G=40.80%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85823400.040.600.6756.4742.8623.33
Hex555222043C43382b17
Octal125122420474103705327
Binary101010110100101000100100111100100001111100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555222; }

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

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

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

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

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

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

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

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