#55442A

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

Shades of Deep Bronze #55442A

Tints of Deep Bronze #55442A

Color information

#55442A (or 0x55442A) is unknown color: approx Deep Bronze. HEX triplet: 55, 44 and 2A. RGB value is (85,68,42). Sum of RGB (Red+Green+Blue) = 85+68+42=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #55442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55442A is #AABBD5. Grayscale: #464646. Windows color (decimal): -11189206 or 2770005. OLE color: 2770005.

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

Color convert

RGB856842-
CMYK00.200.510.67
HSL36.28º33.86%24.9%-
HSV(B)36.28º50.59%33.33%-
XYZ6.236.233.07-
YUV70.12112.13138.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.59%
GREEN value IS 68 (26.95% from 255) = 34.87%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=43.59%
G=34.87%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85684200.200.510.6736.2833.8624.9
Hex55442A0143343242219
Octal1251045202463103444231
Binary10101011000100101010010100110011100001110010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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