Html Css Color HEX #493F30 Deep Bronze

📋 copy color: '#493F30'

red 73 ◦ green 63 ◦ blue 48

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

Shades of Deep Bronze #493F30

Tints of Deep Bronze #493F30

RGB

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

 GREEN value IS 63 (25% from 255) = 34.24%

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

R = 39.67%
G = 34.24%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#493F30 (or 0x493F30) is known color: Deep Bronze. HEX triplet: 49, 3F and 30. RGB value is (73,63,48). Sum of RGB (Red+Green+Blue) = 73+63+48=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 73 - color contains mainly: red. Hex color #493F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F30 is #B6C0CF. Grayscale: #404040. Windows color (decimal): -11976912 or 3161929. OLE color: 3161929.

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

Color convert

RGB 73 63 48 -
CMYK 0 0.14 0.34 0.71
HSL 36º 0.21% 0.24% -
HSV(B) 36º 0.34% 0.29% -
XYZ 5.06 5.18 3.53 -
YUV 64.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 73 63 48 0 0.14 0.34 0.71 36 0.21 0.24
Hex 49 3F 30 0 E 22 47 24 15 18
Octal 111 77 60 0 16 42 107 44 25 30
Binary 1001001 111111 110000 0 1110 100010 1000111 100100 10101 11000

Color Harmonies of #493F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F30

Black with #493F30

Text Example


Text Example

White with #493F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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