#444D2B

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

Shades of Bronzetone #444D2B

Tints of Bronzetone #444D2B

Color information

#444D2B (or 0x444D2B) is unknown color: approx Bronzetone. HEX triplet: 44, 4D and 2B. RGB value is (68,77,43). Sum of RGB (Red+Green+Blue) = 68+77+43=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 77 - color contains mainly: green. Hex color #444D2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444D2B is #BBB2D4. Grayscale: #464646. Windows color (decimal): -12301013 or 2837828. OLE color: 2837828.

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

Color convert

RGB687743-
CMYK0.1200.440.70
HSL75.88º28.33%23.53%-
HSV(B)75.88º44.16%30.2%-
XYZ5.476.713.29-
YUV70.43112.52126.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.17%
GREEN value IS 77 (30.47% from 255) = 40.96%
BLUE value IS 43 (17.19% from 255) = 22.87%
R=36.17%
G=40.96%
B=22.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6877430.1200.440.7075.8828.3323.53
Hex444D2BC02C464c1c18
Octal10411553140541061143430
Binary1000100100110110101111000101100100011010011001110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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