#444E2F

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

Shades of Bronzetone #444E2F

Tints of Bronzetone #444E2F

Color information

#444E2F (or 0x444E2F) is unknown color: approx Bronzetone. HEX triplet: 44, 4E and 2F. RGB value is (68,78,47). Sum of RGB (Red+Green+Blue) = 68+78+47=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 78 - color contains mainly: green. Hex color #444E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444E2F is #BBB1D0. Grayscale: #474747. Windows color (decimal): -12300753 or 3100228. OLE color: 3100228.

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

Color convert

RGB687847-
CMYK0.1300.400.69
HSL79.35º24.8%24.51%-
HSV(B)79.35º39.74%30.59%-
XYZ5.626.883.72-
YUV71.48114.19125.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.23%
GREEN value IS 78 (30.86% from 255) = 40.41%
BLUE value IS 47 (18.75% from 255) = 24.35%
R=35.23%
G=40.41%
B=24.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6878470.1300.400.6979.3524.824.51
Hex444E2FD028454f1919
Octal10411657150501051173131
Binary1000100100111010111111010101000100010110011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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