#444E2C

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

Shades of Bronzetone #444E2C

Tints of Bronzetone #444E2C

Color information

#444E2C (or 0x444E2C) is unknown color: approx Bronzetone. HEX triplet: 44, 4E and 2C. RGB value is (68,78,44). Sum of RGB (Red+Green+Blue) = 68+78+44=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 78 - color contains mainly: green. Hex color #444E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444E2C is #BBB1D3. Grayscale: #474747. Windows color (decimal): -12300756 or 2903620. OLE color: 2903620.

HSL color Cylindrical-coordinate representation of color #444E2C: hue angle of 77.65º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #444E2C is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB687844-
CMYK0.1300.440.69
HSL77.65º27.87%23.92%-
HSV(B)77.65º43.59%30.59%-
XYZ5.566.863.41-
YUV71.13112.69125.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.79%
GREEN value IS 78 (30.86% from 255) = 41.05%
BLUE value IS 44 (17.58% from 255) = 23.16%
R=35.79%
G=41.05%
B=23.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6878440.1300.440.6977.6527.8723.92
Hex444E2CD02C454e1c18
Octal10411654150541051163430
Binary1000100100111010110011010101100100010110011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444E2C; }

 p { color: rgb(68,78,44); }

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

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

 a { background-color: rgb(68,78,44); }

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

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

 span { border-color: rgb(68,78,44); }

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