#444C2D

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

Shades of Bronzetone #444C2D

Tints of Bronzetone #444C2D

Color information

#444C2D (or 0x444C2D) is unknown color: approx Bronzetone. HEX triplet: 44, 4C and 2D. RGB value is (68,76,45). Sum of RGB (Red+Green+Blue) = 68+76+45=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 76 - color contains mainly: green. Hex color #444C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444C2D is #BBB3D2. Grayscale: #464646. Windows color (decimal): -12301267 or 2968644. OLE color: 2968644.

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

Color convert

RGB687645-
CMYK0.1100.410.70
HSL75.48º25.62%23.73%-
HSV(B)75.48º40.79%29.8%-
XYZ5.446.593.47-
YUV70.07113.85126.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.98%
GREEN value IS 76 (30.08% from 255) = 40.21%
BLUE value IS 45 (17.97% from 255) = 23.81%
R=35.98%
G=40.21%
B=23.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6876450.1100.410.7075.4825.6223.73
Hex444C2DB029464b1a18
Octal10411455130511061133230
Binary1000100100110010110110110101001100011010010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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