Html Css Color HEX #493C0C Madras

📋 copy color: '#493C0C'

red 73 ◦ green 60 ◦ blue 12

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

Shades of Madras #493C0C

Tints of Madras #493C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.28%

R = 50.34%
G = 41.38%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#493C0C (or 0x493C0C) is known color: Madras. HEX triplet: 49, 3C and 0C. RGB value is (73,60,12). Sum of RGB (Red+Green+Blue) = 73+60+12=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #493C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493C0C is #B6C3F3. Grayscale: #3A3A3A. Windows color (decimal): -11977716 or 801865. OLE color: 801865.

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

Color convert

RGB 73 60 12 -
CMYK 0 0.18 0.84 0.71
HSL 47.21º 0.72% 0.17% -
HSV(B) 47.21º 0.84% 0.29% -
XYZ 4.43 4.67 1.02 -
YUV 58.42 101.81 138.4 -
System Red Green Blue C M Y K H S L
Decimal 73 60 12 0 0.18 0.84 0.71 47.21 0.72 0.17
Hex 49 3C C 0 12 54 47 2F 48 11
Octal 111 74 14 0 22 124 107 57 110 21
Binary 1001001 111100 1100 0 10010 1010100 1000111 101111 1001000 10001

Color Harmonies of #493C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493C0C

Black with #493C0C

Text Example


Text Example

White with #493C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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