Html Css Color HEX #493E30 Deep Bronze

📋 copy color: '#493E30'

red 73 ◦ green 62 ◦ blue 48

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

Shades of Deep Bronze #493E30

Tints of Deep Bronze #493E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 26.23%

R = 39.89%
G = 33.88%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#493E30 (or 0x493E30) is known color: Deep Bronze. HEX triplet: 49, 3E and 30. RGB value is (73,62,48). Sum of RGB (Red+Green+Blue) = 73+62+48=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 73 - color contains mainly: red. Hex color #493E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E30 is #B6C1CF. Grayscale: #3F3F3F. Windows color (decimal): -11977168 or 3161673. OLE color: 3161673.

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

Color convert

RGB 73 62 48 -
CMYK 0 0.15 0.34 0.71
HSL 33.6º 0.21% 0.24% -
HSV(B) 33.6º 0.34% 0.29% -
XYZ 5 5.08 3.51 -
YUV 63.69 119.14 134.64 -
System Red Green Blue C M Y K H S L
Decimal 73 62 48 0 0.15 0.34 0.71 33.6 0.21 0.24
Hex 49 3E 30 0 F 22 47 22 15 18
Octal 111 76 60 0 17 42 107 42 25 30
Binary 1001001 111110 110000 0 1111 100010 1000111 100010 10101 11000

Color Harmonies of #493E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E30

Black with #493E30

Text Example


Text Example

White with #493E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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