Html Css Color HEX #493C0F Madras

📋 copy color: '#493C0F'

red 73 ◦ green 60 ◦ blue 15

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

Shades of Madras #493C0F

Tints of Madras #493C0F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 40.54%

 BLUE value IS 15 (6.25% from 255) = 10.14%

R = 49.32%
G = 40.54%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#493C0F (or 0x493C0F) is known color: Madras. HEX triplet: 49, 3C and 0F. RGB value is (73,60,15). Sum of RGB (Red+Green+Blue) = 73+60+15=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 60 (23.83% from 255 or 40.54% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #493C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493C0F is #B6C3F0. Grayscale: #3A3A3A. Windows color (decimal): -11977713 or 998473. OLE color: 998473.

HSL color Cylindrical-coordinate representation of color #493C0F: hue angle of 46.55º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #493C0F is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 60 15 -
CMYK 0 0.18 0.79 0.71
HSL 46.55º 0.66% 0.17% -
HSV(B) 46.55º 0.79% 0.29% -
XYZ 4.45 4.68 1.12 -
YUV 58.76 103.31 138.16 -
System Red Green Blue C M Y K H S L
Decimal 73 60 15 0 0.18 0.79 0.71 46.55 0.66 0.17
Hex 49 3C F 0 12 4F 47 2F 42 11
Octal 111 74 17 0 22 117 107 57 102 21
Binary 1001001 111100 1111 0 10010 1001111 1000111 101111 1000010 10001

Color Harmonies of #493C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493C0F

Black with #493C0F

Text Example


Text Example

White with #493C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,60,15); }

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

background-color css

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

 a { background-color: rgb(73,60,15); }

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

border-color css

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

 span { border-color: rgb(73,60,15); }

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