Html Css Color HEX #445421 Bronzetone

📋 copy color: '#445421'

red 68 ◦ green 84 ◦ blue 33

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

Shades of Bronzetone #445421

Tints of Bronzetone #445421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 17.84%

R = 36.76%
G = 45.41%
B = 17.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#445421 (or 0x445421) is known color: Bronzetone. HEX triplet: 44, 54 and 21. RGB value is (68,84,33). Sum of RGB (Red+Green+Blue) = 68+84+33=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #445421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445421 is #BBABDE. Grayscale: #494949. Windows color (decimal): -12299231 or 2184260. OLE color: 2184260.

HSL color Cylindrical-coordinate representation of color #445421: hue angle of 78.82º 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 #445421 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 84 33 -
CMYK 0.19 0 0.61 0.67
HSL 78.82º 0.44% 0.23% -
HSV(B) 78.82º 0.61% 0.33% -
XYZ 5.83 7.68 2.61 -
YUV 73.4 105.2 124.15 -
System Red Green Blue C M Y K H S L
Decimal 68 84 33 0.19 0 0.61 0.67 78.82 0.44 0.23
Hex 44 54 21 13 0 3D 43 4F 2C 17
Octal 104 124 41 23 0 75 103 117 54 27
Binary 1000100 1010100 100001 10011 0 111101 1000011 1001111 101100 10111

Color Harmonies of #445421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445421

Black with #445421

Text Example


Text Example

White with #445421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445421; }

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

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

background-color css

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

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

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

border-color css

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

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

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