Html Css Color HEX #493812 Madras

📋 copy color: '#493812'

red 73 ◦ green 56 ◦ blue 18

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

Shades of Madras #493812

Tints of Madras #493812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.1%

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

R = 49.66%
G = 38.1%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#493812 (or 0x493812) is known color: Madras. HEX triplet: 49, 38 and 12. RGB value is (73,56,18). Sum of RGB (Red+Green+Blue) = 73+56+18=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #493812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493812 is #B6C7ED. Grayscale: #383838. Windows color (decimal): -11978734 or 1194057. OLE color: 1194057.

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

Color convert

RGB 73 56 18 -
CMYK 0 0.23 0.75 0.71
HSL 41.45º 0.6% 0.18% -
HSV(B) 41.45º 0.75% 0.29% -
XYZ 4.27 4.29 1.17 -
YUV 56.75 106.13 139.59 -
System Red Green Blue C M Y K H S L
Decimal 73 56 18 0 0.23 0.75 0.71 41.45 0.6 0.18
Hex 49 38 12 0 17 4B 47 29 3C 12
Octal 111 70 22 0 27 113 107 51 74 22
Binary 1001001 111000 10010 0 10111 1001011 1000111 101001 111100 10010

Color Harmonies of #493812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493812

Black with #493812

Text Example


Text Example

White with #493812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493812; }

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

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

background-color css

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

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

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

border-color css

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

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

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