#55422A

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

Shades of Deep Bronze #55422A

Tints of Deep Bronze #55422A

Color information

#55422A (or 0x55422A) is unknown color: approx Deep Bronze. HEX triplet: 55, 42 and 2A. RGB value is (85,66,42). Sum of RGB (Red+Green+Blue) = 85+66+42=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #55422A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55422A is #AABDD5. Grayscale: #454545. Windows color (decimal): -11189718 or 2769493. OLE color: 2769493.

HSL color Cylindrical-coordinate representation of color #55422A: hue angle of 33.49º 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 #55422A is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB856642-
CMYK00.220.510.67
HSL33.49º33.86%24.9%-
HSV(B)33.49º50.59%33.33%-
XYZ6.115.993.03-
YUV68.94112.79139.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.04%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 42 (16.80% from 255) = 21.76%
R=44.04%
G=34.20%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85664200.220.510.6733.4933.8624.9
Hex55422A0163343212219
Octal1251025202663103414231
Binary10101011000010101010010110110011100001110000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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