Html Css Color HEX #47401D Madras

📋 copy color: '#47401D'

red 71 ◦ green 64 ◦ blue 29

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

Shades of Madras #47401D

Tints of Madras #47401D

RGB

 RED value IS 71 (28.13% from 255) = 43.29%

 GREEN value IS 64 (25.39% from 255) = 39.02%

 BLUE value IS 29 (11.72% from 255) = 17.68%

R = 43.29%
G = 39.02%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#47401D (or 0x47401D) is known color: Madras. HEX triplet: 47, 40 and 1D. RGB value is (71,64,29). Sum of RGB (Red+Green+Blue) = 71+64+29=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 71 - color contains mainly: red. Hex color #47401D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47401D is #B8BFE2. Grayscale: #3E3E3E. Windows color (decimal): -12107747 or 1916999. OLE color: 1916999.

HSL color Cylindrical-coordinate representation of color #47401D: hue angle of 50º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47401D is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 64 29 -
CMYK 0 0.10 0.59 0.72
HSL 50º 0.42% 0.2% -
HSV(B) 50º 0.59% 0.28% -
XYZ 4.65 5.1 1.9 -
YUV 62.1 109.32 134.35 -
System Red Green Blue C M Y K H S L
Decimal 71 64 29 0 0.10 0.59 0.72 50 0.42 0.2
Hex 47 40 1D 0 A 3B 48 32 2A 14
Octal 107 100 35 0 12 73 110 62 52 24
Binary 1000111 1000000 11101 0 1010 111011 1001000 110010 101010 10100

Color Harmonies of #47401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47401D

Black with #47401D

Text Example


Text Example

White with #47401D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47401D; }

 p { color: rgb(71,64,29); }

 H1.HeaderClassName
 {
   color: #47401D;
 }
 .AnyTagClassName
 {
   color: #47401D;
 }
</style>

background-color css

<style>
 a { background-color: #47401D; }

 a { background-color: rgb(71,64,29); }

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

border-color css

<style>
 span { border-color: #47401D; }

 span { border-color: rgb(71,64,29); }

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