Html Css Color HEX #493D2C Deep Bronze

📋 copy color: '#493D2C'

red 73 ◦ green 61 ◦ blue 44

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

Shades of Deep Bronze #493D2C

Tints of Deep Bronze #493D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 24.72%

R = 41.01%
G = 34.27%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#493D2C (or 0x493D2C) is known color: Deep Bronze. HEX triplet: 49, 3D and 2C. RGB value is (73,61,44). Sum of RGB (Red+Green+Blue) = 73+61+44=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 73 - color contains mainly: red. Hex color #493D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D2C is #B6C2D3. Grayscale: #3E3E3E. Windows color (decimal): -11977428 or 2899273. OLE color: 2899273.

HSL color Cylindrical-coordinate representation of color #493D2C: hue angle of 35.17º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #493D2C is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 61 44 -
CMYK 0 0.16 0.40 0.71
HSL 35.17º 0.25% 0.23% -
HSV(B) 35.17º 0.4% 0.29% -
XYZ 4.87 4.94 3.08 -
YUV 62.65 117.48 135.38 -
System Red Green Blue C M Y K H S L
Decimal 73 61 44 0 0.16 0.40 0.71 35.17 0.25 0.23
Hex 49 3D 2C 0 10 28 47 23 19 17
Octal 111 75 54 0 20 50 107 43 31 27
Binary 1001001 111101 101100 0 10000 101000 1000111 100011 11001 10111

Color Harmonies of #493D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493D2C

Black with #493D2C

Text Example


Text Example

White with #493D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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