Html Css Color HEX #494133 Deep Bronze

📋 copy color: '#494133'

red 73 ◦ green 65 ◦ blue 51

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

Shades of Deep Bronze #494133

Tints of Deep Bronze #494133

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.39%

 BLUE value IS 51 (20.31% from 255) = 26.98%

R = 38.62%
G = 34.39%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#494133 (or 0x494133) is known color: Deep Bronze. HEX triplet: 49, 41 and 33. RGB value is (73,65,51). Sum of RGB (Red+Green+Blue) = 73+65+51=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 73 - color contains mainly: red. Hex color #494133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494133 is #B6BECC. Grayscale: #414141. Windows color (decimal): -11976397 or 3359049. OLE color: 3359049.

HSL color Cylindrical-coordinate representation of color #494133: hue angle of 38.18º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #494133 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 65 51 -
CMYK 0 0.11 0.30 0.71
HSL 38.18º 0.18% 0.24% -
HSV(B) 38.18º 0.3% 0.29% -
XYZ 5.24 5.44 3.91 -
YUV 65.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 73 65 51 0 0.11 0.30 0.71 38.18 0.18 0.24
Hex 49 41 33 0 B 1E 47 26 12 18
Octal 111 101 63 0 13 36 107 46 22 30
Binary 1001001 1000001 110011 0 1011 11110 1000111 100110 10010 11000

Color Harmonies of #494133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494133

Black with #494133

Text Example


Text Example

White with #494133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494133; }

 p { color: rgb(73,65,51); }

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

background-color css

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

 a { background-color: rgb(73,65,51); }

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

border-color css

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

 span { border-color: rgb(73,65,51); }

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