#444B21

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

Shades of Bronzetone #444B21

Tints of Bronzetone #444B21

Color information

#444B21 (or 0x444B21) is unknown color: approx Bronzetone. HEX triplet: 44, 4B and 21. RGB value is (68,75,33). Sum of RGB (Red+Green+Blue) = 68+75+33=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 75 - color contains mainly: green. Hex color #444B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444B21 is #BBB4DE. Grayscale: #444444. Windows color (decimal): -12301535 or 2181956. OLE color: 2181956.

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

Color convert

RGB687533-
CMYK0.0900.560.71
HSL70º38.89%21.18%-
HSV(B)70º56%29.41%-
XYZ5.176.372.4-
YUV68.12108.18127.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.64%
GREEN value IS 75 (29.69% from 255) = 42.61%
BLUE value IS 33 (13.28% from 255) = 18.75%
R=38.64%
G=42.61%
B=18.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6875330.0900.560.717038.8921.18
Hex444B21903847462715
Octal10411341110701071064725
Binary10001001001011100001100101110001000111100011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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