#55422E

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

Shades of Deep Bronze #55422E

Tints of Deep Bronze #55422E

Color information

#55422E (or 0x55422E) is unknown color: approx Deep Bronze. HEX triplet: 55, 42 and 2E. RGB value is (85,66,46). Sum of RGB (Red+Green+Blue) = 85+66+46=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #55422E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55422E is #AABDD1. Grayscale: #454545. Windows color (decimal): -11189714 or 3031637. OLE color: 3031637.

HSL color Cylindrical-coordinate representation of color #55422E: hue angle of 30.77º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55422E is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB856646-
CMYK00.220.460.67
HSL30.77º29.77%25.69%-
HSV(B)30.77º45.88%33.33%-
XYZ6.196.023.42-
YUV69.4114.79139.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 46 (18.36% from 255) = 23.35%
R=43.15%
G=33.50%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85664600.220.460.6730.7729.7725.69
Hex55422E0162E431f1e1a
Octal1251025602656103373632
Binary101010110000101011100101101011101000011111111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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