Html Css Color HEX #493D23 Madras

📋 copy color: '#493D23'

red 73 ◦ green 61 ◦ blue 35

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

Shades of Madras #493D23

Tints of Madras #493D23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20.71%

R = 43.2%
G = 36.09%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#493D23 (or 0x493D23) is known color: Madras. HEX triplet: 49, 3D and 23. RGB value is (73,61,35). Sum of RGB (Red+Green+Blue) = 73+61+35=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 35 (14.06% from 255 or 20.71% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #493D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D23 is #B6C2DC. Grayscale: #3D3D3D. Windows color (decimal): -11977437 or 2309449. OLE color: 2309449.

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

Color convert

RGB 73 61 35 -
CMYK 0 0.16 0.52 0.71
HSL 41.05º 0.35% 0.21% -
HSV(B) 41.05º 0.52% 0.29% -
XYZ 4.72 4.88 2.28 -
YUV 61.62 112.98 136.11 -
System Red Green Blue C M Y K H S L
Decimal 73 61 35 0 0.16 0.52 0.71 41.05 0.35 0.21
Hex 49 3D 23 0 10 34 47 29 23 15
Octal 111 75 43 0 20 64 107 51 43 25
Binary 1001001 111101 100011 0 10000 110100 1000111 101001 100011 10101

Color Harmonies of #493D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493D23

Black with #493D23

Text Example


Text Example

White with #493D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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