#444f2b

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

Shades of Bronzetone #444F2B

Tints of Bronzetone #444F2B

Color information

#444F2B (or 0x444F2B) is unknown color: approx Bronzetone. HEX triplet: 44, 4F and 2B. RGB value is (68,79,43). Sum of RGB (Red+Green+Blue) = 68+79+43=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 79 - color contains mainly: green. Hex color #444F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444F2B is #BBB0D4. Grayscale: #474747. Windows color (decimal): -12300501 or 2838340. OLE color: 2838340.

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

Color convert

RGB687943-
CMYK0.1400.460.69
HSL78.33º29.51%23.92%-
HSV(B)78.33º45.57%30.98%-
XYZ5.6273.34-
YUV71.61111.86125.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.79%
GREEN value IS 79 (31.25% from 255) = 41.58%
BLUE value IS 43 (17.19% from 255) = 22.63%
R=35.79%
G=41.58%
B=22.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6879430.1400.460.6978.3329.5123.92
Hex444F2BE02E454e1e18
Octal10411753160561051163630
Binary1000100100111110101111100101110100010110011101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444f2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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