Html Css Color HEX #493E2D Deep Bronze

📋 copy color: '#493E2D'

red 73 ◦ green 62 ◦ blue 45

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

Shades of Deep Bronze #493E2D

Tints of Deep Bronze #493E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25%

R = 40.56%
G = 34.44%
B = 25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.71

RGB Variations

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

Color information

#493E2D (or 0x493E2D) is known color: Deep Bronze. HEX triplet: 49, 3E and 2D. RGB value is (73,62,45). Sum of RGB (Red+Green+Blue) = 73+62+45=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 62 (24.61% from 255 or 34.44% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 73 - color contains mainly: red. Hex color #493E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E2D is #B6C1D2. Grayscale: #3F3F3F. Windows color (decimal): -11977171 or 2965065. OLE color: 2965065.

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

Color convert

RGB 73 62 45 -
CMYK 0 0.15 0.38 0.71
HSL 36.43º 0.24% 0.23% -
HSV(B) 36.43º 0.38% 0.29% -
XYZ 4.94 5.05 3.2 -
YUV 63.35 117.64 134.88 -
System Red Green Blue C M Y K H S L
Decimal 73 62 45 0 0.15 0.38 0.71 36.43 0.24 0.23
Hex 49 3E 2D 0 F 26 47 24 18 17
Octal 111 76 55 0 17 46 107 44 30 27
Binary 1001001 111110 101101 0 1111 100110 1000111 100100 11000 10111

Color Harmonies of #493E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E2D

Black with #493E2D

Text Example


Text Example

White with #493E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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