#554632

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

Shades of Deep Bronze #554632

Tints of Deep Bronze #554632

Color information

#554632 (or 0x554632) is unknown color: approx Deep Bronze. HEX triplet: 55, 46 and 32. RGB value is (85,70,50). Sum of RGB (Red+Green+Blue) = 85+70+50=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #554632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554632 is #AAB9CD. Grayscale: #484848. Windows color (decimal): -11188686 or 3294805. OLE color: 3294805.

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

Color convert

RGB857050-
CMYK00.180.410.67
HSL34.29º25.93%26.47%-
HSV(B)34.29º41.18%33.33%-
XYZ6.516.543.94-
YUV72.2115.47137.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.46%
GREEN value IS 70 (27.73% from 255) = 34.15%
BLUE value IS 50 (19.92% from 255) = 24.39%
R=41.46%
G=34.15%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85705000.180.410.6734.2925.9326.47
Hex5546320122943221a1a
Octal1251066202251103423232
Binary1010101100011011001001001010100110000111000101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554632; }

 p { color: rgb(85,70,50); }

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

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

 a { background-color: rgb(85,70,50); }

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

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

 span { border-color: rgb(85,70,50); }

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