#444726

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

Shades of Bronzetone #444726

Tints of Bronzetone #444726

Color information

#444726 (or 0x444726) is unknown color: approx Bronzetone. HEX triplet: 44, 47 and 26. RGB value is (68,71,38). Sum of RGB (Red+Green+Blue) = 68+71+38=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 38 (15.23% from 255 or 21.47% from 177); Max value from RGB is 71 - color contains mainly: green. Hex color #444726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444726 is #BBB8D9. Grayscale: #424242. Windows color (decimal): -12302554 or 2508612. OLE color: 2508612.

HSL color Cylindrical-coordinate representation of color #444726: hue angle of 65.45º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #444726 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB687138-
CMYK0.0400.460.72
HSL65.45º30.28%21.37%-
HSV(B)65.45º46.48%27.84%-
XYZ4.995.882.7-
YUV66.34112.01129.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.42%
GREEN value IS 71 (28.12% from 255) = 40.11%
BLUE value IS 38 (15.23% from 255) = 21.47%
R=38.42%
G=40.11%
B=21.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6871380.0400.460.7265.4530.2821.37
Hex444726402E48411e15
Octal1041074640561101013625
Binary100010010001111001101000101110100100010000011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444726; }

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

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

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

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

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

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

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

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