#55411F

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

Shades of Deep Bronze #55411F

Tints of Deep Bronze #55411F

Color information

#55411F (or 0x55411F) is unknown color: approx Deep Bronze. HEX triplet: 55, 41 and 1F. RGB value is (85,65,31). Sum of RGB (Red+Green+Blue) = 85+65+31=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #55411F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55411F is #AABEE0. Grayscale: #434343. Windows color (decimal): -11189985 or 2048341. OLE color: 2048341.

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

Color convert

RGB856531-
CMYK00.240.640.67
HSL37.78º46.55%22.75%-
HSV(B)37.78º63.53%33.33%-
XYZ5.885.812.11-
YUV67.1107.63140.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.96%
GREEN value IS 65 (25.78% from 255) = 35.91%
BLUE value IS 31 (12.5% from 255) = 17.13%
R=46.96%
G=35.91%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85653100.240.640.6737.7846.5522.75
Hex55411F0184043262f17
Octal12510137030100103465727
Binary10101011000001111110110001000000100001110011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55411F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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