Html Css Color HEX #444D31 Bronzetone

📋 copy color: '#444D31'

red 68 ◦ green 77 ◦ blue 49

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

Shades of Bronzetone #444D31

Tints of Bronzetone #444D31

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.69%

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

R = 35.05%
G = 39.69%
B = 25.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.70

RGB Variations

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

Color information

#444D31 (or 0x444D31) is known color: Bronzetone. HEX triplet: 44, 4D and 31. RGB value is (68,77,49). Sum of RGB (Red+Green+Blue) = 68+77+49=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 77 - color contains mainly: green. Hex color #444D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444D31 is #BBB2CE. Grayscale: #474747. Windows color (decimal): -12301007 or 3231044. OLE color: 3231044.

HSL color Cylindrical-coordinate representation of color #444D31: hue angle of 79.29º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #444D31 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.

Color convert

RGB 68 77 49 -
CMYK 0.12 0 0.36 0.70
HSL 79.29º 0.22% 0.25% -
HSV(B) 79.29º 0.36% 0.3% -
XYZ 5.59 6.76 3.92 -
YUV 71.12 115.52 125.78 -
System Red Green Blue C M Y K H S L
Decimal 68 77 49 0.12 0 0.36 0.70 79.29 0.22 0.25
Hex 44 4D 31 C 0 24 46 4F 16 19
Octal 104 115 61 14 0 44 106 117 26 31
Binary 1000100 1001101 110001 1100 0 100100 1000110 1001111 10110 11001

Color Harmonies of #444D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444D31

Black with #444D31

Text Example


Text Example

White with #444D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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