#444B28

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

Shades of Bronzetone #444B28

Tints of Bronzetone #444B28

Color information

#444B28 (or 0x444B28) is unknown color: approx Bronzetone. HEX triplet: 44, 4B and 28. RGB value is (68,75,40). Sum of RGB (Red+Green+Blue) = 68+75+40=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 75 - color contains mainly: green. Hex color #444B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444B28 is #BBB4D7. Grayscale: #454545. Windows color (decimal): -12301528 or 2640708. OLE color: 2640708.

HSL color Cylindrical-coordinate representation of color #444B28: hue angle of 72º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #444B28 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB687540-
CMYK0.0900.470.71
HSL72º30.43%22.55%-
HSV(B)72º46.67%29.41%-
XYZ5.286.412.97-
YUV68.92111.68127.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.16%
GREEN value IS 75 (29.69% from 255) = 40.98%
BLUE value IS 40 (16.02% from 255) = 21.86%
R=37.16%
G=40.98%
B=21.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6875400.0900.470.717230.4322.55
Hex444B28902F47481e17
Octal10411350110571071103627
Binary1000100100101110100010010101111100011110010001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,75,40); }

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

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

 a { background-color: rgb(68,75,40); }

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

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

 span { border-color: rgb(68,75,40); }

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