#445121

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

Shades of Bronzetone #445121

Tints of Bronzetone #445121

Color information

#445121 (or 0x445121) is unknown color: approx Bronzetone. HEX triplet: 44, 51 and 21. RGB value is (68,81,33). Sum of RGB (Red+Green+Blue) = 68+81+33=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 81 - color contains mainly: green. Hex color #445121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445121 is #BBAEDE. Grayscale: #474747. Windows color (decimal): -12299999 or 2183492. OLE color: 2183492.

HSL color Cylindrical-coordinate representation of color #445121: hue angle of 76.25º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #445121 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB688133-
CMYK0.1600.590.68
HSL76.25º42.11%22.35%-
HSV(B)76.25º59.26%31.76%-
XYZ5.67.222.54-
YUV71.64106.19125.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.36%
GREEN value IS 81 (32.03% from 255) = 44.51%
BLUE value IS 33 (13.28% from 255) = 18.13%
R=37.36%
G=44.51%
B=18.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6881330.1600.590.6876.2542.1122.35
Hex4451211003B444c2a16
Octal10412141200731041145226
Binary100010010100011000011000001110111000100100110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445121; }

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

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

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

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

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

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

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

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