#55412F

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

Shades of Deep Bronze #55412F

Tints of Deep Bronze #55412F

Color information

#55412F (or 0x55412F) is unknown color: approx Deep Bronze. HEX triplet: 55, 41 and 2F. RGB value is (85,65,47). Sum of RGB (Red+Green+Blue) = 85+65+47=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #55412F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55412F is #AABED0. Grayscale: #454545. Windows color (decimal): -11189969 or 3096917. OLE color: 3096917.

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

Color convert

RGB856547-
CMYK00.240.450.67
HSL28.42º28.79%25.88%-
HSV(B)28.42º44.71%33.33%-
XYZ6.155.923.51-
YUV68.93115.63139.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 65 (25.78% from 255) = 32.99%
BLUE value IS 47 (18.75% from 255) = 23.86%
R=43.15%
G=32.99%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85654700.240.450.6728.4228.7925.88
Hex55412F0182D431c1d1a
Octal1251015703055103343532
Binary101010110000011011110110001011011000011111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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