#55402A

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

Shades of Deep Bronze #55402A

Tints of Deep Bronze #55402A

Color information

#55402A (or 0x55402A) is unknown color: approx Deep Bronze. HEX triplet: 55, 40 and 2A. RGB value is (85,64,42). Sum of RGB (Red+Green+Blue) = 85+64+42=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #55402A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55402A is #AABFD5. Grayscale: #434343. Windows color (decimal): -11190230 or 2768981. OLE color: 2768981.

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

Color convert

RGB856442-
CMYK00.250.510.67
HSL30.7º33.86%24.9%-
HSV(B)30.7º50.59%33.33%-
XYZ65.772.99-
YUV67.77113.46140.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.50%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 42 (16.80% from 255) = 21.99%
R=44.50%
G=33.51%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85644200.250.510.6730.733.8624.9
Hex55402A01933431f2219
Octal1251005203163103374231
Binary1010101100000010101001100111001110000111111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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