#544332

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

Shades of Deep Bronze #544332

Tints of Deep Bronze #544332

Color information

#544332 (or 0x544332) is unknown color: approx Deep Bronze. HEX triplet: 54, 43 and 32. RGB value is (84,67,50). Sum of RGB (Red+Green+Blue) = 84+67+50=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 84 - color contains mainly: red. Hex color #544332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544332 is #ABBCCD. Grayscale: #464646. Windows color (decimal): -11254990 or 3294036. OLE color: 3294036.

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

Color convert

RGB846750-
CMYK00.200.400.67
HSL30º25.37%26.27%-
HSV(B)30º40.48%32.94%-
XYZ6.246.133.87-
YUV70.14116.63137.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.79%
GREEN value IS 67 (26.56% from 255) = 33.33%
BLUE value IS 50 (19.92% from 255) = 24.88%
R=41.79%
G=33.33%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84675000.200.400.673025.3726.27
Hex54433201428431e191a
Octal1241036202450103363132
Binary101010010000111100100101001010001000011111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544332; }

 p { color: rgb(84,67,50); }

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

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

 a { background-color: rgb(84,67,50); }

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

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

 span { border-color: rgb(84,67,50); }

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