#444F2C

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

Shades of Bronzetone #444F2C

Tints of Bronzetone #444F2C

Color information

#444F2C (or 0x444F2C) is unknown color: approx Bronzetone. HEX triplet: 44, 4F and 2C. RGB value is (68,79,44). Sum of RGB (Red+Green+Blue) = 68+79+44=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 79 (31.25% from 255 or 41.36% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 79 - color contains mainly: green. Hex color #444F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444F2C is #BBB0D3. Grayscale: #474747. Windows color (decimal): -12300500 or 2903876. OLE color: 2903876.

HSL color Cylindrical-coordinate representation of color #444F2C: hue angle of 78.86º 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 #444F2C is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB687944-
CMYK0.1400.440.69
HSL78.86º28.46%24.12%-
HSV(B)78.86º44.3%30.98%-
XYZ5.6373.44-
YUV71.72112.36125.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.60%
GREEN value IS 79 (31.25% from 255) = 41.36%
BLUE value IS 44 (17.58% from 255) = 23.04%
R=35.60%
G=41.36%
B=23.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6879440.1400.440.6978.8628.4624.12
Hex444F2CE02C454f1c18
Octal10411754160541051173430
Binary1000100100111110110011100101100100010110011111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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