#444F28

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

Shades of Bronzetone #444F28

Tints of Bronzetone #444F28

Color information

#444F28 (or 0x444F28) is unknown color: approx Bronzetone. HEX triplet: 44, 4F and 28. RGB value is (68,79,40). Sum of RGB (Red+Green+Blue) = 68+79+40=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 79 - color contains mainly: green. Hex color #444F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444F28 is #BBB0D7. Grayscale: #474747. Windows color (decimal): -12300504 or 2641732. OLE color: 2641732.

HSL color Cylindrical-coordinate representation of color #444F28: hue angle of 76.92º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #444F28 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB687940-
CMYK0.1400.490.69
HSL76.92º32.77%23.33%-
HSV(B)76.92º49.37%30.98%-
XYZ5.566.973.06-
YUV71.26110.36125.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.36%
GREEN value IS 79 (31.25% from 255) = 42.25%
BLUE value IS 40 (16.02% from 255) = 21.39%
R=36.36%
G=42.25%
B=21.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6879400.1400.490.6976.9232.7723.33
Hex444F28E031454d2117
Octal10411750160611051154127
Binary10001001001111101000111001100011000101100110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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