#55440E

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

Shades of Bronze Olive #55440E

Tints of Bronze Olive #55440E

Color information

#55440E (or 0x55440E) is unknown color: approx Bronze Olive. HEX triplet: 55, 44 and 0E. RGB value is (85,68,14). Sum of RGB (Red+Green+Blue) = 85+68+14=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 14 (5.86% from 255 or 8.38% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #55440E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55440E is #AABBF1. Grayscale: #434343. Windows color (decimal): -11189234 or 934997. OLE color: 934997.

HSL color Cylindrical-coordinate representation of color #55440E: hue angle of 45.63º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55440E is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB856814-
CMYK00.200.840.67
HSL45.63º71.72%19.41%-
HSV(B)45.63º83.53%33.33%-
XYZ5.896.11.28-
YUV66.9398.13140.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.90%
GREEN value IS 68 (26.95% from 255) = 40.72%
BLUE value IS 14 (5.86% from 255) = 8.38%
R=50.90%
G=40.72%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85681400.200.840.6745.6371.7219.41
Hex5544E01454432e4813
Octal125104160241241035611023
Binary10101011000100111001010010101001000011101110100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55440E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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