#55471E

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

Shades of Bronze Olive #55471E

Tints of Bronze Olive #55471E

Color information

#55471E (or 0x55471E) is unknown color: approx Bronze Olive. HEX triplet: 55, 47 and 1E. RGB value is (85,71,30). Sum of RGB (Red+Green+Blue) = 85+71+30=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #55471E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55471E is #AAB8E1. Grayscale: #464646. Windows color (decimal): -11188450 or 1984341. OLE color: 1984341.

HSL color Cylindrical-coordinate representation of color #55471E: hue angle of 44.73º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55471E is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB857130-
CMYK00.160.650.67
HSL44.73º47.83%22.55%-
HSV(B)44.73º64.71%33.33%-
XYZ6.236.532.16-
YUV70.51105.14138.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.70%
GREEN value IS 71 (28.12% from 255) = 38.17%
BLUE value IS 30 (12.11% from 255) = 16.13%
R=45.70%
G=38.17%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85713000.160.650.6744.7347.8322.55
Hex55471E01041432d3017
Octal12510736020101103556027
Binary10101011000111111100100001000001100001110110111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55471E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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