#544431

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

Shades of Deep Bronze #544431

Tints of Deep Bronze #544431

Color information

#544431 (or 0x544431) is unknown color: approx Deep Bronze. HEX triplet: 54, 44 and 31. RGB value is (84,68,49). Sum of RGB (Red+Green+Blue) = 84+68+49=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 84 - color contains mainly: red. Hex color #544431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544431 is #ABBBCE. Grayscale: #464646. Windows color (decimal): -11254735 or 3228756. OLE color: 3228756.

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

Color convert

RGB846849-
CMYK00.190.420.67
HSL32.57º26.32%26.08%-
HSV(B)32.57º41.67%32.94%-
XYZ6.286.243.78-
YUV70.62115.8137.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.79%
GREEN value IS 68 (26.95% from 255) = 33.83%
BLUE value IS 49 (19.53% from 255) = 24.38%
R=41.79%
G=33.83%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84684900.190.420.6732.5726.3226.08
Hex5444310132A43211a1a
Octal1241046102352103413232
Binary1010100100010011000101001110101010000111000011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544431; }

 p { color: rgb(84,68,49); }

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

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

 a { background-color: rgb(84,68,49); }

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

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

 span { border-color: rgb(84,68,49); }

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