#444C22

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

Shades of Bronzetone #444C22

Tints of Bronzetone #444C22

Color information

#444C22 (or 0x444C22) is unknown color: approx Bronzetone. HEX triplet: 44, 4C and 22. RGB value is (68,76,34). Sum of RGB (Red+Green+Blue) = 68+76+34=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 76 (30.08% from 255 or 42.70% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 76 - color contains mainly: green. Hex color #444C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444C22 is #BBB3DD. Grayscale: #444444. Windows color (decimal): -12301278 or 2247748. OLE color: 2247748.

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

Color convert

RGB687634-
CMYK0.1100.550.70
HSL71.43º38.18%21.57%-
HSV(B)71.43º55.26%29.8%-
XYZ5.266.512.49-
YUV68.82108.35127.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.20%
GREEN value IS 76 (30.08% from 255) = 42.70%
BLUE value IS 34 (13.67% from 255) = 19.10%
R=38.20%
G=42.70%
B=19.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6876340.1100.550.7071.4338.1821.57
Hex444C22B03746472616
Octal10411442130671061074626
Binary10001001001100100010101101101111000110100011110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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