#554129

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

Shades of Deep Bronze #554129

Tints of Deep Bronze #554129

Color information

#554129 (or 0x554129) is unknown color: approx Deep Bronze. HEX triplet: 55, 41 and 29. RGB value is (85,65,41). Sum of RGB (Red+Green+Blue) = 85+65+41=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #554129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554129 is #AABED6. Grayscale: #444444. Windows color (decimal): -11189975 or 2703701. OLE color: 2703701.

HSL color Cylindrical-coordinate representation of color #554129: hue angle of 32.73º 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 #554129 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB856541-
CMYK00.240.520.67
HSL32.73º34.92%24.71%-
HSV(B)32.73º51.76%33.33%-
XYZ6.045.872.91-
YUV68.24112.63139.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.50%
GREEN value IS 65 (25.78% from 255) = 34.03%
BLUE value IS 41 (16.41% from 255) = 21.47%
R=44.50%
G=34.03%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85654100.240.520.6732.7334.9224.71
Hex5541290183443212319
Octal1251015103064103414331
Binary10101011000001101001011000110100100001110000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554129; }

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

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

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

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

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

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

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

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