#55401C

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

Shades of Deep Bronze #55401C

Tints of Deep Bronze #55401C

Color information

#55401C (or 0x55401C) is unknown color: approx Deep Bronze. HEX triplet: 55, 40 and 1C. RGB value is (85,64,28). Sum of RGB (Red+Green+Blue) = 85+64+28=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #55401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55401C is #AABFE3. Grayscale: #424242. Windows color (decimal): -11190244 or 1851477. OLE color: 1851477.

HSL color Cylindrical-coordinate representation of color #55401C: hue angle of 37.89º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55401C is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB856428-
CMYK00.250.670.67
HSL37.89º50.44%22.16%-
HSV(B)37.89º67.06%33.33%-
XYZ5.795.681.89-
YUV66.18106.46141.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.02%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 28 (11.33% from 255) = 15.82%
R=48.02%
G=36.16%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85642800.250.670.6737.8950.4422.16
Hex55401C0194343263216
Octal12510034031103103466226
Binary10101011000000111000110011000011100001110011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55401C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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