Html Css Color HEX #493D2D Deep Bronze

📋 copy color: '#493D2D'

red 73 ◦ green 61 ◦ blue 45

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

Shades of Deep Bronze #493D2D

Tints of Deep Bronze #493D2D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 34.08%

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

R = 40.78%
G = 34.08%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.71

RGB Variations

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

Color information

#493D2D (or 0x493D2D) is known color: Deep Bronze. HEX triplet: 49, 3D and 2D. RGB value is (73,61,45). Sum of RGB (Red+Green+Blue) = 73+61+45=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 73 - color contains mainly: red. Hex color #493D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D2D is #B6C2D2. Grayscale: #3E3E3E. Windows color (decimal): -11977427 or 2964809. OLE color: 2964809.

HSL color Cylindrical-coordinate representation of color #493D2D: hue angle of 34.29º 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 #493D2D is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 61 45 -
CMYK 0 0.16 0.38 0.71
HSL 34.29º 0.24% 0.23% -
HSV(B) 34.29º 0.38% 0.29% -
XYZ 4.89 4.94 3.18 -
YUV 62.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 73 61 45 0 0.16 0.38 0.71 34.29 0.24 0.23
Hex 49 3D 2D 0 10 26 47 22 18 17
Octal 111 75 55 0 20 46 107 42 30 27
Binary 1001001 111101 101101 0 10000 100110 1000111 100010 11000 10111

Color Harmonies of #493D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493D2D

Black with #493D2D

Text Example


Text Example

White with #493D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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