#55401F

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

Shades of Deep Bronze #55401F

Tints of Deep Bronze #55401F

Color information

#55401F (or 0x55401F) is unknown color: approx Deep Bronze. HEX triplet: 55, 40 and 1F. RGB value is (85,64,31). Sum of RGB (Red+Green+Blue) = 85+64+31=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #55401F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55401F is #AABFE0. Grayscale: #424242. Windows color (decimal): -11190241 or 2048085. OLE color: 2048085.

HSL color Cylindrical-coordinate representation of color #55401F: hue angle of 36.67º 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 #55401F is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB856431-
CMYK00.250.640.67
HSL36.67º46.55%22.75%-
HSV(B)36.67º63.53%33.33%-
XYZ5.835.72.09-
YUV66.52107.96141.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.22%
GREEN value IS 64 (25.39% from 255) = 35.56%
BLUE value IS 31 (12.5% from 255) = 17.22%
R=47.22%
G=35.56%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85643100.250.640.6736.6746.5522.75
Hex55401F0194043252f17
Octal12510037031100103455727
Binary10101011000000111110110011000000100001110010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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