#55432A

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

Shades of Deep Bronze #55432A

Tints of Deep Bronze #55432A

Color information

#55432A (or 0x55432A) is unknown color: approx Deep Bronze. HEX triplet: 55, 43 and 2A. RGB value is (85,67,42). Sum of RGB (Red+Green+Blue) = 85+67+42=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #55432A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55432A is #AABCD5. Grayscale: #454545. Windows color (decimal): -11189462 or 2769749. OLE color: 2769749.

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

Color convert

RGB856742-
CMYK00.210.510.67
HSL34.88º33.86%24.9%-
HSV(B)34.88º50.59%33.33%-
XYZ6.176.113.05-
YUV69.53112.46139.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.81%
GREEN value IS 67 (26.56% from 255) = 34.54%
BLUE value IS 42 (16.80% from 255) = 21.65%
R=43.81%
G=34.54%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85674200.210.510.6734.8833.8624.9
Hex55432A0153343232219
Octal1251035202563103434231
Binary10101011000011101010010101110011100001110001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55432A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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