Html Css Color HEX #444931 Bronzetone

📋 copy color: '#444931'

red 68 ◦ green 73 ◦ blue 49

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

Shades of Bronzetone #444931

Tints of Bronzetone #444931

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.42%

 BLUE value IS 49 (19.53% from 255) = 25.79%

R = 35.79%
G = 38.42%
B = 25.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#444931 (or 0x444931) is known color: Bronzetone. HEX triplet: 44, 49 and 31. RGB value is (68,73,49). Sum of RGB (Red+Green+Blue) = 68+73+49=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 73 - color contains mainly: green. Hex color #444931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444931 is #BBB6CE. Grayscale: #444444. Windows color (decimal): -12302031 or 3230020. OLE color: 3230020.

HSL color Cylindrical-coordinate representation of color #444931: hue angle of 72.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #444931 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 73 49 -
CMYK 0.07 0 0.33 0.71
HSL 72.5º 0.2% 0.24% -
HSV(B) 72.5º 0.33% 0.29% -
XYZ 5.32 6.22 3.83 -
YUV 68.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 68 73 49 0.07 0 0.33 0.71 72.5 0.2 0.24
Hex 44 49 31 7 0 21 47 48 14 18
Octal 104 111 61 7 0 41 107 110 24 30
Binary 1000100 1001001 110001 111 0 100001 1000111 1001000 10100 11000

Color Harmonies of #444931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444931

Black with #444931

Text Example


Text Example

White with #444931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444931; }

 p { color: rgb(68,73,49); }

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

background-color css

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

 a { background-color: rgb(68,73,49); }

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

border-color css

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

 span { border-color: rgb(68,73,49); }

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