Html Css Color HEX #445424 Bronzetone

📋 copy color: '#445424'

red 68 ◦ green 84 ◦ blue 36

#445424
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronzetone #445424

Tints of Bronzetone #445424

RGB

 RED value IS 68 (26.95% from 255) = 36.17%

 GREEN value IS 84 (33.2% from 255) = 44.68%

 BLUE value IS 36 (14.45% from 255) = 19.15%

R = 36.17%
G = 44.68%
B = 19.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#445424 (or 0x445424) is known color: Bronzetone. HEX triplet: 44, 54 and 24. RGB value is (68,84,36). Sum of RGB (Red+Green+Blue) = 68+84+36=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 84 - color contains mainly: green. Hex color #445424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445424 is #BBABDB. Grayscale: #494949. Windows color (decimal): -12299228 or 2380868. OLE color: 2380868.

HSL color Cylindrical-coordinate representation of color #445424: hue angle of 80º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #445424 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 84 36 -
CMYK 0.19 0 0.57 0.67
HSL 80º 0.4% 0.24% -
HSV(B) 80º 0.57% 0.33% -
XYZ 5.87 7.7 2.85 -
YUV 73.74 106.7 123.9 -
System Red Green Blue C M Y K H S L
Decimal 68 84 36 0.19 0 0.57 0.67 80 0.4 0.24
Hex 44 54 24 13 0 39 43 50 28 18
Octal 104 124 44 23 0 71 103 120 50 30
Binary 1000100 1010100 100100 10011 0 111001 1000011 1010000 101000 11000

Color Harmonies of #445424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445424

Black with #445424

Text Example


Text Example

White with #445424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445424; }

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

 H1.HeaderClassName
 {
   color: #445424;
 }
 .AnyTagClassName
 {
   color: #445424;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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