#55441E

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

Shades of Bronze Olive #55441E

Tints of Bronze Olive #55441E

Color information

#55441E (or 0x55441E) is unknown color: approx Bronze Olive. HEX triplet: 55, 44 and 1E. RGB value is (85,68,30). Sum of RGB (Red+Green+Blue) = 85+68+30=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #55441E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55441E is #AABBE1. Grayscale: #444444. Windows color (decimal): -11189218 or 1983573. OLE color: 1983573.

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

Color convert

RGB856830-
CMYK00.200.650.67
HSL41.45º47.83%22.55%-
HSV(B)41.45º64.71%33.33%-
XYZ6.056.162.1-
YUV68.75106.13139.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.45%
GREEN value IS 68 (26.95% from 255) = 37.16%
BLUE value IS 30 (12.11% from 255) = 16.39%
R=46.45%
G=37.16%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85683000.200.650.6741.4547.8322.55
Hex55441E0144143293017
Octal12510436024101103516027
Binary10101011000100111100101001000001100001110100111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55441E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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