#55511E

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

Shades of Bronze Olive #55511E

Tints of Bronze Olive #55511E

Color information

#55511E (or 0x55511E) is unknown color: approx Bronze Olive. HEX triplet: 55, 51 and 1E. RGB value is (85,81,30). Sum of RGB (Red+Green+Blue) = 85+81+30=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #55511E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55511E is #AAAEE1. Grayscale: #4C4C4C. Windows color (decimal): -11185890 or 1986901. OLE color: 1986901.

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

Color convert

RGB858130-
CMYK00.050.650.67
HSL55.64º47.83%22.55%-
HSV(B)55.64º64.71%33.33%-
XYZ6.927.912.39-
YUV76.38101.83134.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.37%
GREEN value IS 81 (32.03% from 255) = 41.33%
BLUE value IS 30 (12.11% from 255) = 15.31%
R=43.37%
G=41.33%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85813000.050.650.6755.6447.8322.55
Hex55511E054143383017
Octal1251213605101103706027
Binary101010110100011111001011000001100001111100011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55511E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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