#55442C

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

Shades of Deep Bronze #55442C

Tints of Deep Bronze #55442C

Color information

#55442C (or 0x55442C) is unknown color: approx Deep Bronze. HEX triplet: 55, 44 and 2C. RGB value is (85,68,44). Sum of RGB (Red+Green+Blue) = 85+68+44=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #55442C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55442C is #AABBD3. Grayscale: #464646. Windows color (decimal): -11189204 or 2901077. OLE color: 2901077.

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

Color convert

RGB856844-
CMYK00.200.480.67
HSL35.12º31.78%25.29%-
HSV(B)35.12º48.24%33.33%-
XYZ6.276.253.26-
YUV70.35113.13138.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 68 (26.95% from 255) = 34.52%
BLUE value IS 44 (17.58% from 255) = 22.34%
R=43.15%
G=34.52%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85684400.200.480.6735.1231.7825.29
Hex55442C0143043232019
Octal1251045402460103434031
Binary10101011000100101100010100110000100001110001110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,68,44); }

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

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

 a { background-color: rgb(85,68,44); }

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

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

 span { border-color: rgb(85,68,44); }

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