#544426

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

Shades of Deep Bronze #544426

Tints of Deep Bronze #544426

Color information

#544426 (or 0x544426) is unknown color: approx Deep Bronze. HEX triplet: 54, 44 and 26. RGB value is (84,68,38). Sum of RGB (Red+Green+Blue) = 84+68+38=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 38 (15.23% from 255 or 20% from 190); Max value from RGB is 84 - color contains mainly: red. Hex color #544426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544426 is #ABBBD9. Grayscale: #454545. Windows color (decimal): -11254746 or 2507860. OLE color: 2507860.

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

Color convert

RGB846838-
CMYK00.190.550.67
HSL39.13º37.7%23.92%-
HSV(B)39.13º54.76%32.94%-
XYZ6.076.162.7-
YUV69.36110.3138.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.21%
GREEN value IS 68 (26.95% from 255) = 35.79%
BLUE value IS 38 (15.23% from 255) = 20%
R=44.21%
G=35.79%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84683800.190.550.6739.1337.723.92
Hex5444260133743272618
Octal1241044602367103474630
Binary10101001000100100110010011110111100001110011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544426; }

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

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

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

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

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

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

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

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