Html Css Color HEX #493D27 Madras

📋 copy color: '#493D27'

red 73 ◦ green 61 ◦ blue 39

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

Shades of Madras #493D27

Tints of Madras #493D27

RGB

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

 GREEN value IS 61 (24.22% from 255) = 35.26%

 BLUE value IS 39 (15.63% from 255) = 22.54%

R = 42.2%
G = 35.26%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#493D27 (or 0x493D27) is known color: Madras. HEX triplet: 49, 3D and 27. RGB value is (73,61,39). Sum of RGB (Red+Green+Blue) = 73+61+39=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #493D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D27 is #B6C2D8. Grayscale: #3E3E3E. Windows color (decimal): -11977433 or 2571593. OLE color: 2571593.

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

Color convert

RGB 73 61 39 -
CMYK 0 0.16 0.47 0.71
HSL 38.82º 0.3% 0.22% -
HSV(B) 38.82º 0.47% 0.29% -
XYZ 4.78 4.9 2.61 -
YUV 62.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 73 61 39 0 0.16 0.47 0.71 38.82 0.3 0.22
Hex 49 3D 27 0 10 2F 47 27 1E 16
Octal 111 75 47 0 20 57 107 47 36 26
Binary 1001001 111101 100111 0 10000 101111 1000111 100111 11110 10110

Color Harmonies of #493D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493D27

Black with #493D27

Text Example


Text Example

White with #493D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,61,39); }

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

background-color css

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

 a { background-color: rgb(73,61,39); }

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

border-color css

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

 span { border-color: rgb(73,61,39); }

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