#55402F

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

Shades of Deep Bronze #55402F

Tints of Deep Bronze #55402F

Color information

#55402F (or 0x55402F) is unknown color: approx Deep Bronze. HEX triplet: 55, 40 and 2F. RGB value is (85,64,47). Sum of RGB (Red+Green+Blue) = 85+64+47=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #55402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55402F is #AABFD0. Grayscale: #444444. Windows color (decimal): -11190225 or 3096661. OLE color: 3096661.

HSL color Cylindrical-coordinate representation of color #55402F: hue angle of 26.84º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55402F is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB856447-
CMYK00.250.450.67
HSL26.84º28.79%25.88%-
HSV(B)26.84º44.71%33.33%-
XYZ6.095.83.49-
YUV68.34115.96139.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.37%
GREEN value IS 64 (25.39% from 255) = 32.65%
BLUE value IS 47 (18.75% from 255) = 23.98%
R=43.37%
G=32.65%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85644700.250.450.6726.8428.7925.88
Hex55402F0192D431b1d1a
Octal1251005703155103333532
Binary101010110000001011110110011011011000011110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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