#55411E

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

Shades of Deep Bronze #55411E

Tints of Deep Bronze #55411E

Color information

#55411E (or 0x55411E) is unknown color: approx Deep Bronze. HEX triplet: 55, 41 and 1E. RGB value is (85,65,30). Sum of RGB (Red+Green+Blue) = 85+65+30=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #55411E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55411E is #AABEE1. Grayscale: #434343. Windows color (decimal): -11189986 or 1982805. OLE color: 1982805.

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

Color convert

RGB856530-
CMYK00.240.650.67
HSL38.18º47.83%22.55%-
HSV(B)38.18º64.71%33.33%-
XYZ5.875.812.04-
YUV66.99107.13140.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.22%
GREEN value IS 65 (25.78% from 255) = 36.11%
BLUE value IS 30 (12.11% from 255) = 16.67%
R=47.22%
G=36.11%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85653000.240.650.6738.1847.8322.55
Hex55411E0184143263017
Octal12510136030101103466027
Binary10101011000001111100110001000001100001110011011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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