#555022

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

Shades of Bronze Olive #555022

Tints of Bronze Olive #555022

Color information

#555022 (or 0x555022) is unknown color: approx Bronze Olive. HEX triplet: 55, 50 and 22. RGB value is (85,80,34). Sum of RGB (Red+Green+Blue) = 85+80+34=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #555022 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555022 is #AAAFDD. Grayscale: #4C4C4C. Windows color (decimal): -11186142 or 2248789. OLE color: 2248789.

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

Color convert

RGB858034-
CMYK00.060.600.67
HSL54.12º42.86%23.33%-
HSV(B)54.12º60%33.33%-
XYZ6.97.782.65-
YUV76.25104.16134.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.71%
GREEN value IS 80 (31.64% from 255) = 40.20%
BLUE value IS 34 (13.67% from 255) = 17.09%
R=42.71%
G=40.20%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85803400.060.600.6754.1242.8623.33
Hex555022063C43362b17
Octal125120420674103665327
Binary101010110100001000100110111100100001111011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555022; }

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

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

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

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

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

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

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

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