#544129

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

Shades of Deep Bronze #544129

Tints of Deep Bronze #544129

Color information

#544129 (or 0x544129) is unknown color: approx Deep Bronze. HEX triplet: 54, 41 and 29. RGB value is (84,65,41). Sum of RGB (Red+Green+Blue) = 84+65+41=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 84 - color contains mainly: red. Hex color #544129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544129 is #ABBED6. Grayscale: #444444. Windows color (decimal): -11255511 or 2703700. OLE color: 2703700.

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

Color convert

RGB846541-
CMYK00.230.510.67
HSL33.49º34.4%24.51%-
HSV(B)33.49º51.19%32.94%-
XYZ5.955.832.91-
YUV67.95112.79139.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.21%
GREEN value IS 65 (25.78% from 255) = 34.21%
BLUE value IS 41 (16.41% from 255) = 21.58%
R=44.21%
G=34.21%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84654100.230.510.6733.4934.424.51
Hex5441290173343212219
Octal1241015102763103414231
Binary10101001000001101001010111110011100001110000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544129; }

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

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

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

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

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

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

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

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