Html Css Color HEX #493A12 Madras

📋 copy color: '#493A12'

red 73 ◦ green 58 ◦ blue 18

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

Shades of Madras #493A12

Tints of Madras #493A12

RGB

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

 GREEN value IS 58 (23.05% from 255) = 38.93%

 BLUE value IS 18 (7.42% from 255) = 12.08%

R = 48.99%
G = 38.93%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#493A12 (or 0x493A12) is known color: Madras. HEX triplet: 49, 3A and 12. RGB value is (73,58,18). Sum of RGB (Red+Green+Blue) = 73+58+18=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 58 (23.05% from 255 or 38.93% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #493A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493A12 is #B6C5ED. Grayscale: #3A3A3A. Windows color (decimal): -11978222 or 1194569. OLE color: 1194569.

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

Color convert

RGB 73 58 18 -
CMYK 0 0.21 0.75 0.71
HSL 43.64º 0.6% 0.18% -
HSV(B) 43.64º 0.75% 0.29% -
XYZ 4.37 4.49 1.21 -
YUV 57.93 105.47 138.75 -
System Red Green Blue C M Y K H S L
Decimal 73 58 18 0 0.21 0.75 0.71 43.64 0.6 0.18
Hex 49 3A 12 0 15 4B 47 2C 3C 12
Octal 111 72 22 0 25 113 107 54 74 22
Binary 1001001 111010 10010 0 10101 1001011 1000111 101100 111100 10010

Color Harmonies of #493A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A12

Black with #493A12

Text Example


Text Example

White with #493A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,58,18); }

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

background-color css

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

 a { background-color: rgb(73,58,18); }

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

border-color css

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

 span { border-color: rgb(73,58,18); }

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