Html Css Color HEX #493B15 Madras

📋 copy color: '#493B15'

red 73 ◦ green 59 ◦ blue 21

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

Shades of Madras #493B15

Tints of Madras #493B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.73%

R = 47.71%
G = 38.56%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#493B15 (or 0x493B15) is known color: Madras. HEX triplet: 49, 3B and 15. RGB value is (73,59,21). Sum of RGB (Red+Green+Blue) = 73+59+21=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 59 (23.44% from 255 or 38.56% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #493B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493B15 is #B6C4EA. Grayscale: #3B3B3B. Windows color (decimal): -11977963 or 1391433. OLE color: 1391433.

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

Color convert

RGB 73 59 21 -
CMYK 0 0.19 0.71 0.71
HSL 43.85º 0.55% 0.18% -
HSV(B) 43.85º 0.71% 0.29% -
XYZ 4.45 4.6 1.36 -
YUV 58.85 106.64 138.09 -
System Red Green Blue C M Y K H S L
Decimal 73 59 21 0 0.19 0.71 0.71 43.85 0.55 0.18
Hex 49 3B 15 0 13 47 47 2C 37 12
Octal 111 73 25 0 23 107 107 54 67 22
Binary 1001001 111011 10101 0 10011 1000111 1000111 101100 110111 10010

Color Harmonies of #493B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493B15

Black with #493B15

Text Example


Text Example

White with #493B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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