#55511A

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

Shades of Bronze Olive #55511A

Tints of Bronze Olive #55511A

Color information

#55511A (or 0x55511A) is unknown color: approx Bronze Olive. HEX triplet: 55, 51 and 1A. RGB value is (85,81,26). Sum of RGB (Red+Green+Blue) = 85+81+26=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #55511A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55511A is #AAAEE5. Grayscale: #4C4C4C. Windows color (decimal): -11185894 or 1724757. OLE color: 1724757.

HSL color Cylindrical-coordinate representation of color #55511A: hue angle of 55.93º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55511A is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB858126-
CMYK00.050.690.67
HSL55.93º53.15%21.76%-
HSV(B)55.93º69.41%33.33%-
XYZ6.887.892.14-
YUV75.9399.83134.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.27%
GREEN value IS 81 (32.03% from 255) = 42.19%
BLUE value IS 26 (10.55% from 255) = 13.54%
R=44.27%
G=42.19%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85812600.050.690.6755.9353.1521.76
Hex55511A054543383516
Octal1251213205105103706526
Binary101010110100011101001011000101100001111100011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55511A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55511A; }

 p { color: rgb(85,81,26); }

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

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

 a { background-color: rgb(85,81,26); }

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

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

 span { border-color: rgb(85,81,26); }

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