Html Css Color HEX #493D05 Madras

📋 copy color: '#493D05'

red 73 ◦ green 61 ◦ blue 5

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

Shades of Madras #493D05

Tints of Madras #493D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.6%

R = 52.52%
G = 43.88%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#493D05 (or 0x493D05) is known color: Madras. HEX triplet: 49, 3D and 05. RGB value is (73,61,5). Sum of RGB (Red+Green+Blue) = 73+61+5=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 61 (24.22% from 255 or 43.88% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #493D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493D05 is #B6C2FA. Grayscale: #3A3A3A. Windows color (decimal): -11977467 or 343369. OLE color: 343369.

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

Color convert

RGB 73 61 5 -
CMYK 0 0.16 0.93 0.71
HSL 49.41º 0.87% 0.15% -
HSV(B) 49.41º 0.93% 0.29% -
XYZ 4.44 4.76 0.83 -
YUV 58.2 97.98 138.55 -
System Red Green Blue C M Y K H S L
Decimal 73 61 5 0 0.16 0.93 0.71 49.41 0.87 0.15
Hex 49 3D 5 0 10 5D 47 31 57 F
Octal 111 75 5 0 20 135 107 61 127 17
Binary 1001001 111101 101 0 10000 1011101 1000111 110001 1010111 1111

Color Harmonies of #493D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493D05

Black with #493D05

Text Example


Text Example

White with #493D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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