#445422

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

Shades of Bronzetone #445422

Tints of Bronzetone #445422

Color information

#445422 (or 0x445422) is unknown color: approx Bronzetone. HEX triplet: 44, 54 and 22. RGB value is (68,84,34). Sum of RGB (Red+Green+Blue) = 68+84+34=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #445422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445422 is #BBABDD. Grayscale: #494949. Windows color (decimal): -12299230 or 2249796. OLE color: 2249796.

HSL color Cylindrical-coordinate representation of color #445422: hue angle of 79.2º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #445422 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB688434-
CMYK0.1900.600.67
HSL79.2º42.37%23.14%-
HSV(B)79.2º59.52%32.94%-
XYZ5.847.692.69-
YUV73.52105.7124.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.56%
GREEN value IS 84 (33.20% from 255) = 45.16%
BLUE value IS 34 (13.67% from 255) = 18.28%
R=36.56%
G=45.16%
B=18.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6884340.1900.600.6779.242.3723.14
Hex4454221303C434f2a17
Octal10412442230741031175227
Binary100010010101001000101001101111001000011100111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445422; }

 p { color: rgb(68,84,34); }

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

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

 a { background-color: rgb(68,84,34); }

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

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

 span { border-color: rgb(68,84,34); }

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