#554220

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

Shades of Deep Bronze #554220

Tints of Deep Bronze #554220

Color information

#554220 (or 0x554220) is unknown color: approx Deep Bronze. HEX triplet: 55, 42 and 20. RGB value is (85,66,32). Sum of RGB (Red+Green+Blue) = 85+66+32=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #554220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554220 is #AABDDF. Grayscale: #434343. Windows color (decimal): -11189728 or 2114133. OLE color: 2114133.

HSL color Cylindrical-coordinate representation of color #554220: hue angle of 38.49º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #554220 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB856632-
CMYK00.220.620.67
HSL38.49º45.3%22.94%-
HSV(B)38.49º62.35%33.33%-
XYZ5.965.932.2-
YUV67.8107.79140.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.45%
GREEN value IS 66 (26.17% from 255) = 36.07%
BLUE value IS 32 (12.89% from 255) = 17.49%
R=46.45%
G=36.07%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85663200.220.620.6738.4945.322.94
Hex5542200163E43262d17
Octal1251024002676103465527
Binary10101011000010100000010110111110100001110011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554220; }

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

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

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

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

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

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

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

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