Html Css Color HEX #493C0B Madras

📋 copy color: '#493C0B'

red 73 ◦ green 60 ◦ blue 11

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

Shades of Madras #493C0B

Tints of Madras #493C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.64%

R = 50.69%
G = 41.67%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#493C0B (or 0x493C0B) is known color: Madras. HEX triplet: 49, 3C and 0B. RGB value is (73,60,11). Sum of RGB (Red+Green+Blue) = 73+60+11=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #493C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493C0B is #B6C3F4. Grayscale: #3A3A3A. Windows color (decimal): -11977717 or 736329. OLE color: 736329.

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

Color convert

RGB 73 60 11 -
CMYK 0 0.18 0.85 0.71
HSL 47.42º 0.74% 0.16% -
HSV(B) 47.42º 0.85% 0.29% -
XYZ 4.42 4.67 0.99 -
YUV 58.3 101.31 138.48 -
System Red Green Blue C M Y K H S L
Decimal 73 60 11 0 0.18 0.85 0.71 47.42 0.74 0.16
Hex 49 3C B 0 12 55 47 2F 4A 10
Octal 111 74 13 0 22 125 107 57 112 20
Binary 1001001 111100 1011 0 10010 1010101 1000111 101111 1001010 10000

Color Harmonies of #493C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493C0B

Black with #493C0B

Text Example


Text Example

White with #493C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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