#55491B

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

Shades of Bronze Olive #55491B

Tints of Bronze Olive #55491B

Color information

#55491B (or 0x55491B) is unknown color: approx Bronze Olive. HEX triplet: 55, 49 and 1B. RGB value is (85,73,27). Sum of RGB (Red+Green+Blue) = 85+73+27=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #55491B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55491B is #AAB6E4. Grayscale: #474747. Windows color (decimal): -11187941 or 1788245. OLE color: 1788245.

HSL color Cylindrical-coordinate representation of color #55491B: hue angle of 47.59º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55491B is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB857327-
CMYK00.140.680.67
HSL47.59º51.79%21.96%-
HSV(B)47.59º68.24%33.33%-
XYZ6.336.782.01-
YUV71.34102.98137.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 73 (28.91% from 255) = 39.46%
BLUE value IS 27 (10.94% from 255) = 14.59%
R=45.95%
G=39.46%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85732700.140.680.6747.5951.7921.96
Hex55491B0E4443303416
Octal12511133016104103606426
Binary1010101100100111011011101000100100001111000011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55491B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55491B; }

 p { color: rgb(85,73,27); }

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

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

 a { background-color: rgb(85,73,27); }

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

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

 span { border-color: rgb(85,73,27); }

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