#55412A

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

Shades of Deep Bronze #55412A

Tints of Deep Bronze #55412A

Color information

#55412A (or 0x55412A) is unknown color: approx Deep Bronze. HEX triplet: 55, 41 and 2A. RGB value is (85,65,42). Sum of RGB (Red+Green+Blue) = 85+65+42=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #55412A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55412A is #AABED5. Grayscale: #444444. Windows color (decimal): -11189974 or 2769237. OLE color: 2769237.

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

Color convert

RGB856542-
CMYK00.240.510.67
HSL32.09º33.86%24.9%-
HSV(B)32.09º50.59%33.33%-
XYZ6.055.883.01-
YUV68.36113.13139.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.27%
GREEN value IS 65 (25.78% from 255) = 33.85%
BLUE value IS 42 (16.80% from 255) = 21.88%
R=44.27%
G=33.85%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85654200.240.510.6732.0933.8624.9
Hex55412A0183343202219
Octal1251015203063103404231
Binary10101011000001101010011000110011100001110000010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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