#55471B

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

Shades of Bronze Olive #55471B

Tints of Bronze Olive #55471B

Color information

#55471B (or 0x55471B) is unknown color: approx Bronze Olive. HEX triplet: 55, 47 and 1B. RGB value is (85,71,27). Sum of RGB (Red+Green+Blue) = 85+71+27=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #55471B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55471B is #AAB8E4. Grayscale: #464646. Windows color (decimal): -11188453 or 1787733. OLE color: 1787733.

HSL color Cylindrical-coordinate representation of color #55471B: hue angle of 45.52º 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 #55471B is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB857127-
CMYK00.160.680.67
HSL45.52º51.79%21.96%-
HSV(B)45.52º68.24%33.33%-
XYZ6.26.521.97-
YUV70.17103.64138.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.45%
GREEN value IS 71 (28.12% from 255) = 38.80%
BLUE value IS 27 (10.94% from 255) = 14.75%
R=46.45%
G=38.80%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85712700.160.680.6745.5251.7921.96
Hex55471B01044432e3416
Octal12510733020104103566426
Binary10101011000111110110100001000100100001110111011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55471B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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