Html Css Color HEX #493B21 Madras

📋 copy color: '#493B21'

red 73 ◦ green 59 ◦ blue 33

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

Shades of Madras #493B21

Tints of Madras #493B21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 20%

R = 44.24%
G = 35.76%
B = 20%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#493B21 (or 0x493B21) is known color: Madras. HEX triplet: 49, 3B and 21. RGB value is (73,59,33). Sum of RGB (Red+Green+Blue) = 73+59+33=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 59 (23.44% from 255 or 35.76% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #493B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493B21 is #B6C4DE. Grayscale: #3C3C3C. Windows color (decimal): -11977951 or 2177865. OLE color: 2177865.

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

Color convert

RGB 73 59 33 -
CMYK 0 0.19 0.55 0.71
HSL 39º 0.38% 0.21% -
HSV(B) 39º 0.55% 0.29% -
XYZ 4.59 4.65 2.1 -
YUV 60.22 112.64 137.11 -
System Red Green Blue C M Y K H S L
Decimal 73 59 33 0 0.19 0.55 0.71 39 0.38 0.21
Hex 49 3B 21 0 13 37 47 27 26 15
Octal 111 73 41 0 23 67 107 47 46 25
Binary 1001001 111011 100001 0 10011 110111 1000111 100111 100110 10101

Color Harmonies of #493B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493B21

Black with #493B21

Text Example


Text Example

White with #493B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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