#445521

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

Shades of Bronzetone #445521

Tints of Bronzetone #445521

Color information

#445521 (or 0x445521) is unknown color: approx Bronzetone. HEX triplet: 44, 55 and 21. RGB value is (68,85,33). Sum of RGB (Red+Green+Blue) = 68+85+33=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #445521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445521 is #BBAADE. Grayscale: #4A4A4A. Windows color (decimal): -12298975 or 2184516. OLE color: 2184516.

HSL color Cylindrical-coordinate representation of color #445521: hue angle of 79.62º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #445521 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB688533-
CMYK0.2000.610.67
HSL79.62º44.07%23.14%-
HSV(B)79.62º61.18%33.33%-
XYZ5.917.842.64-
YUV73.99104.87123.73-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.56%
GREEN value IS 85 (33.59% from 255) = 45.70%
BLUE value IS 33 (13.28% from 255) = 17.74%
R=36.56%
G=45.70%
B=17.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6885330.2000.610.6779.6244.0723.14
Hex4455211403D43502c17
Octal10412541240751031205427
Binary100010010101011000011010001111011000011101000010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445521; }

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

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

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

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

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

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

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

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