Html Css Color HEX #494031 Deep Bronze

📋 copy color: '#494031'

red 73 ◦ green 64 ◦ blue 49

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

Shades of Deep Bronze #494031

Tints of Deep Bronze #494031

RGB

 RED value IS 73 (28.91% from 255) = 39.25%

 GREEN value IS 64 (25.39% from 255) = 34.41%

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

R = 39.25%
G = 34.41%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#494031 (or 0x494031) is known color: Deep Bronze. HEX triplet: 49, 40 and 31. RGB value is (73,64,49). Sum of RGB (Red+Green+Blue) = 73+64+49=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 73 - color contains mainly: red. Hex color #494031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494031 is #B6BFCE. Grayscale: #414141. Windows color (decimal): -11976655 or 3227721. OLE color: 3227721.

HSL color Cylindrical-coordinate representation of color #494031: hue angle of 37.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 #494031 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 64 49 -
CMYK 0 0.12 0.33 0.71
HSL 37.5º 0.2% 0.24% -
HSV(B) 37.5º 0.33% 0.29% -
XYZ 5.14 5.31 3.66 -
YUV 64.98 118.98 133.72 -
System Red Green Blue C M Y K H S L
Decimal 73 64 49 0 0.12 0.33 0.71 37.5 0.2 0.24
Hex 49 40 31 0 C 21 47 26 14 18
Octal 111 100 61 0 14 41 107 46 24 30
Binary 1001001 1000000 110001 0 1100 100001 1000111 100110 10100 11000

Color Harmonies of #494031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494031

Black with #494031

Text Example


Text Example

White with #494031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494031; }

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

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

background-color css

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

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

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

border-color css

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

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

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