Html Css Color HEX #493B10 Madras

📋 copy color: '#493B10'

red 73 ◦ green 59 ◦ blue 16

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

Shades of Madras #493B10

Tints of Madras #493B10

RGB

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

 GREEN value IS 59 (23.44% from 255) = 39.86%

 BLUE value IS 16 (6.64% from 255) = 10.81%

R = 49.32%
G = 39.86%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.71

RGB Variations

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

Color information

#493B10 (or 0x493B10) is known color: Madras. HEX triplet: 49, 3B and 10. RGB value is (73,59,16). Sum of RGB (Red+Green+Blue) = 73+59+16=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 59 (23.44% from 255 or 39.86% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #493B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493B10 is #B6C4EF. Grayscale: #3A3A3A. Windows color (decimal): -11977968 or 1063753. OLE color: 1063753.

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

Color convert

RGB 73 59 16 -
CMYK 0 0.19 0.78 0.71
HSL 45.26º 0.64% 0.17% -
HSV(B) 45.26º 0.78% 0.29% -
XYZ 4.41 4.58 1.14 -
YUV 58.28 104.14 138.5 -
System Red Green Blue C M Y K H S L
Decimal 73 59 16 0 0.19 0.78 0.71 45.26 0.64 0.17
Hex 49 3B 10 0 13 4E 47 2D 40 11
Octal 111 73 20 0 23 116 107 55 100 21
Binary 1001001 111011 10000 0 10011 1001110 1000111 101101 1000000 10001

Color Harmonies of #493B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493B10

Black with #493B10

Text Example


Text Example

White with #493B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,59,16); }

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

background-color css

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

 a { background-color: rgb(73,59,16); }

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

border-color css

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

 span { border-color: rgb(73,59,16); }

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