#544228

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

Shades of Deep Bronze #544228

Tints of Deep Bronze #544228

Color information

#544228 (or 0x544228) is unknown color: approx Deep Bronze. HEX triplet: 54, 42 and 28. RGB value is (84,66,40). Sum of RGB (Red+Green+Blue) = 84+66+40=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 84 - color contains mainly: red. Hex color #544228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544228 is #ABBDD7. Grayscale: #444444. Windows color (decimal): -11255256 or 2638420. OLE color: 2638420.

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

Color convert

RGB846640-
CMYK00.210.520.67
HSL35.45º35.48%24.31%-
HSV(B)35.45º52.38%32.94%-
XYZ5.995.932.84-
YUV68.42111.96139.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.21%
GREEN value IS 66 (26.17% from 255) = 34.74%
BLUE value IS 40 (16.02% from 255) = 21.05%
R=44.21%
G=34.74%
B=21.05%

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
Decimal84664000.210.520.6735.4535.4824.31
Hex5442280153443232318
Octal1241025002564103434330
Binary10101001000010101000010101110100100001110001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544228; }

 p { color: rgb(84,66,40); }

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

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

 a { background-color: rgb(84,66,40); }

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

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

 span { border-color: rgb(84,66,40); }

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