#55441B

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

Shades of Bronze Olive #55441B

Tints of Bronze Olive #55441B

Color information

#55441B (or 0x55441B) is unknown color: approx Bronze Olive. HEX triplet: 55, 44 and 1B. RGB value is (85,68,27). Sum of RGB (Red+Green+Blue) = 85+68+27=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #55441B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55441B is #AABBE4. Grayscale: #444444. Windows color (decimal): -11189221 or 1786965. OLE color: 1786965.

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

Color convert

RGB856827-
CMYK00.200.680.67
HSL42.41º51.79%21.96%-
HSV(B)42.41º68.24%33.33%-
XYZ6.016.141.91-
YUV68.41104.63139.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.22%
GREEN value IS 68 (26.95% from 255) = 37.78%
BLUE value IS 27 (10.94% from 255) = 15%
R=47.22%
G=37.78%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85682700.200.680.6742.4151.7921.96
Hex55441B01444432a3416
Octal12510433024104103526426
Binary10101011000100110110101001000100100001110101011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55441B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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