Html Css Color HEX #493E2F Deep Bronze

📋 copy color: '#493E2F'

red 73 ◦ green 62 ◦ blue 47

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

Shades of Deep Bronze #493E2F

Tints of Deep Bronze #493E2F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 34.07%

 BLUE value IS 47 (18.75% from 255) = 25.82%

R = 40.11%
G = 34.07%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#493E2F (or 0x493E2F) is known color: Deep Bronze. HEX triplet: 49, 3E and 2F. RGB value is (73,62,47). Sum of RGB (Red+Green+Blue) = 73+62+47=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 62 (24.61% from 255 or 34.07% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 73 - color contains mainly: red. Hex color #493E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E2F is #B6C1D0. Grayscale: #3F3F3F. Windows color (decimal): -11977169 or 3096137. OLE color: 3096137.

HSL color Cylindrical-coordinate representation of color #493E2F: hue angle of 34.62º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #493E2F is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 62 47 -
CMYK 0 0.15 0.36 0.71
HSL 34.62º 0.22% 0.24% -
HSV(B) 34.62º 0.36% 0.29% -
XYZ 4.98 5.07 3.4 -
YUV 63.58 118.64 134.72 -
System Red Green Blue C M Y K H S L
Decimal 73 62 47 0 0.15 0.36 0.71 34.62 0.22 0.24
Hex 49 3E 2F 0 F 24 47 23 16 18
Octal 111 76 57 0 17 44 107 43 26 30
Binary 1001001 111110 101111 0 1111 100100 1000111 100011 10110 11000

Color Harmonies of #493E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E2F

Black with #493E2F

Text Example


Text Example

White with #493E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493E2F; }

 p { color: rgb(73,62,47); }

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

background-color css

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

 a { background-color: rgb(73,62,47); }

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

border-color css

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

 span { border-color: rgb(73,62,47); }

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