#444C2B

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

Shades of Bronzetone #444C2B

Tints of Bronzetone #444C2B

Color information

#444C2B (or 0x444C2B) is unknown color: approx Bronzetone. HEX triplet: 44, 4C and 2B. RGB value is (68,76,43). Sum of RGB (Red+Green+Blue) = 68+76+43=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 76 - color contains mainly: green. Hex color #444C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444C2B is #BBB3D4. Grayscale: #454545. Windows color (decimal): -12301269 or 2837572. OLE color: 2837572.

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

Color convert

RGB687643-
CMYK0.1100.430.70
HSL74.55º27.73%23.33%-
HSV(B)74.55º43.42%29.8%-
XYZ5.46.573.27-
YUV69.85112.85126.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.36%
GREEN value IS 76 (30.08% from 255) = 40.64%
BLUE value IS 43 (17.19% from 255) = 22.99%
R=36.36%
G=40.64%
B=22.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6876430.1100.430.7074.5527.7323.33
Hex444C2BB02B464b1c17
Octal10411453130531061133427
Binary1000100100110010101110110101011100011010010111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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