Html Css Color HEX #493D12 Madras

📋 copy color: '#493D12'

red 73 ◦ green 61 ◦ blue 18

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

Shades of Madras #493D12

Tints of Madras #493D12

RGB

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

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

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

R = 48.03%
G = 40.13%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#493D12 (or 0x493D12) is known color: Madras. HEX triplet: 49, 3D and 12. RGB value is (73,61,18). Sum of RGB (Red+Green+Blue) = 73+61+18=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 61 (24.22% from 255 or 40.13% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #493D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493D12 is #B6C2ED. Grayscale: #3B3B3B. Windows color (decimal): -11977454 or 1195337. OLE color: 1195337.

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

Color convert

RGB 73 61 18 -
CMYK 0 0.16 0.75 0.71
HSL 46.91º 0.6% 0.18% -
HSV(B) 46.91º 0.75% 0.29% -
XYZ 4.53 4.8 1.26 -
YUV 59.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 73 61 18 0 0.16 0.75 0.71 46.91 0.6 0.18
Hex 49 3D 12 0 10 4B 47 2F 3C 12
Octal 111 75 22 0 20 113 107 57 74 22
Binary 1001001 111101 10010 0 10000 1001011 1000111 101111 111100 10010

Color Harmonies of #493D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493D12

Black with #493D12

Text Example


Text Example

White with #493D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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