#444C2C

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

Shades of Bronzetone #444C2C

Tints of Bronzetone #444C2C

Color information

#444C2C (or 0x444C2C) is unknown color: approx Bronzetone. HEX triplet: 44, 4C and 2C. RGB value is (68,76,44). Sum of RGB (Red+Green+Blue) = 68+76+44=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 76 - color contains mainly: green. Hex color #444C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444C2C is #BBB3D3. Grayscale: #464646. Windows color (decimal): -12301268 or 2903108. OLE color: 2903108.

HSL color Cylindrical-coordinate representation of color #444C2C: hue angle of 75º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #444C2C is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB687644-
CMYK0.1100.420.70
HSL75º26.67%23.53%-
HSV(B)75º42.11%29.8%-
XYZ5.426.583.37-
YUV69.96113.35126.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.17%
GREEN value IS 76 (30.08% from 255) = 40.43%
BLUE value IS 44 (17.58% from 255) = 23.40%
R=36.17%
G=40.43%
B=23.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6876440.1100.420.707526.6723.53
Hex444C2CB02A464b1b18
Octal10411454130521061133330
Binary1000100100110010110010110101010100011010010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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