Html Css Color HEX #444C20 Bronzetone

📋 copy color: '#444C20'

red 68 ◦ green 76 ◦ blue 32

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

Shades of Bronzetone #444C20

Tints of Bronzetone #444C20

RGB

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

 GREEN value IS 76 (30.08% from 255) = 43.18%

 BLUE value IS 32 (12.89% from 255) = 18.18%

R = 38.64%
G = 43.18%
B = 18.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.70

RGB Variations

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

Color information

#444C20 (or 0x444C20) is known color: Bronzetone. HEX triplet: 44, 4C and 20. RGB value is (68,76,32). Sum of RGB (Red+Green+Blue) = 68+76+32=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 76 - color contains mainly: green. Hex color #444C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444C20 is #BBB3DF. Grayscale: #444444. Windows color (decimal): -12301280 or 2116676. OLE color: 2116676.

HSL color Cylindrical-coordinate representation of color #444C20: hue angle of 70.91º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #444C20 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB 68 76 32 -
CMYK 0.11 0 0.58 0.70
HSL 70.91º 0.41% 0.21% -
HSV(B) 70.91º 0.58% 0.3% -
XYZ 5.23 6.5 2.35 -
YUV 68.59 107.35 127.58 -
System Red Green Blue C M Y K H S L
Decimal 68 76 32 0.11 0 0.58 0.70 70.91 0.41 0.21
Hex 44 4C 20 B 0 3A 46 47 29 15
Octal 104 114 40 13 0 72 106 107 51 25
Binary 1000100 1001100 100000 1011 0 111010 1000110 1000111 101001 10101

Color Harmonies of #444C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444C20

Black with #444C20

Text Example


Text Example

White with #444C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444C20; }

 p { color: rgb(68,76,32); }

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

background-color css

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

 a { background-color: rgb(68,76,32); }

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

border-color css

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

 span { border-color: rgb(68,76,32); }

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