#55442B

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

Shades of Deep Bronze #55442B

Tints of Deep Bronze #55442B

Color information

#55442B (or 0x55442B) is unknown color: approx Deep Bronze. HEX triplet: 55, 44 and 2B. RGB value is (85,68,43). Sum of RGB (Red+Green+Blue) = 85+68+43=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #55442B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55442B is #AABBD4. Grayscale: #464646. Windows color (decimal): -11189205 or 2835541. OLE color: 2835541.

HSL color Cylindrical-coordinate representation of color #55442B: hue angle of 35.71º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55442B is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB856843-
CMYK00.200.490.67
HSL35.71º32.81%25.1%-
HSV(B)35.71º49.41%33.33%-
XYZ6.256.243.16-
YUV70.23112.63138.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.37%
GREEN value IS 68 (26.95% from 255) = 34.69%
BLUE value IS 43 (17.19% from 255) = 21.94%
R=43.37%
G=34.69%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85684300.200.490.6735.7132.8125.1
Hex55442B0143143242119
Octal1251045302461103444131
Binary10101011000100101011010100110001100001110010010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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