#554329

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

Shades of Deep Bronze #554329

Tints of Deep Bronze #554329

Color information

#554329 (or 0x554329) is unknown color: approx Deep Bronze. HEX triplet: 55, 43 and 29. RGB value is (85,67,41). Sum of RGB (Red+Green+Blue) = 85+67+41=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #554329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554329 is #AABCD6. Grayscale: #454545. Windows color (decimal): -11189463 or 2704213. OLE color: 2704213.

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

Color convert

RGB856741-
CMYK00.210.520.67
HSL35.45º34.92%24.71%-
HSV(B)35.45º51.76%33.33%-
XYZ6.156.112.95-
YUV69.42111.96139.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.04%
GREEN value IS 67 (26.56% from 255) = 34.72%
BLUE value IS 41 (16.41% from 255) = 21.24%
R=44.04%
G=34.72%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85674100.210.520.6735.4534.9224.71
Hex5543290153443232319
Octal1251035102564103434331
Binary10101011000011101001010101110100100001110001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554329; }

 p { color: rgb(85,67,41); }

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

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

 a { background-color: rgb(85,67,41); }

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

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

 span { border-color: rgb(85,67,41); }

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