#55411A

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

Shades of Bronze Olive #55411A

Tints of Bronze Olive #55411A

Color information

#55411A (or 0x55411A) is unknown color: approx Bronze Olive. HEX triplet: 55, 41 and 1A. RGB value is (85,65,26). Sum of RGB (Red+Green+Blue) = 85+65+26=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #55411A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55411A is #AABEE5. Grayscale: #424242. Windows color (decimal): -11189990 or 1720661. OLE color: 1720661.

HSL color Cylindrical-coordinate representation of color #55411A: hue angle of 39.66º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55411A is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB856526-
CMYK00.240.690.67
HSL39.66º53.15%21.76%-
HSV(B)39.66º69.41%33.33%-
XYZ5.825.791.79-
YUV66.53105.13141.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.30%
GREEN value IS 65 (25.78% from 255) = 36.93%
BLUE value IS 26 (10.55% from 255) = 14.77%
R=48.30%
G=36.93%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85652600.240.690.6739.6653.1521.76
Hex55411A0184543283516
Octal12510132030105103506526
Binary10101011000001110100110001000101100001110100011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55411A; }

 p { color: rgb(85,65,26); }

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

<style>
 a { background-color: #55411A; }

 a { background-color: rgb(85,65,26); }

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

<style>
 span { border-color: #55411A; }

 span { border-color: rgb(85,65,26); }

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