#444F29

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

Shades of Bronzetone #444F29

Tints of Bronzetone #444F29

Color information

#444F29 (or 0x444F29) is unknown color: approx Bronzetone. HEX triplet: 44, 4F and 29. RGB value is (68,79,41). Sum of RGB (Red+Green+Blue) = 68+79+41=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 79 (31.25% from 255 or 42.02% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 79 - color contains mainly: green. Hex color #444F29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444F29 is #BBB0D6. Grayscale: #474747. Windows color (decimal): -12300503 or 2707268. OLE color: 2707268.

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

Color convert

RGB687941-
CMYK0.1400.480.69
HSL77.37º31.67%23.53%-
HSV(B)77.37º48.1%30.98%-
XYZ5.586.983.15-
YUV71.38110.86125.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.17%
GREEN value IS 79 (31.25% from 255) = 42.02%
BLUE value IS 41 (16.41% from 255) = 21.81%
R=36.17%
G=42.02%
B=21.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6879410.1400.480.6977.3731.6723.53
Hex444F29E030454d2018
Octal10411751160601051154030
Binary10001001001111101001111001100001000101100110110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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