Html Css Color HEX #47401C Madras

📋 copy color: '#47401C'

red 71 ◦ green 64 ◦ blue 28

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

Shades of Madras #47401C

Tints of Madras #47401C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.18%

R = 43.56%
G = 39.26%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#47401C (or 0x47401C) is known color: Madras. HEX triplet: 47, 40 and 1C. RGB value is (71,64,28). Sum of RGB (Red+Green+Blue) = 71+64+28=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #47401C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47401C is #B8BFE3. Grayscale: #3E3E3E. Windows color (decimal): -12107748 or 1851463. OLE color: 1851463.

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

Color convert

RGB 71 64 28 -
CMYK 0 0.10 0.61 0.72
HSL 50.23º 0.43% 0.19% -
HSV(B) 50.23º 0.61% 0.28% -
XYZ 4.64 5.09 1.84 -
YUV 61.99 108.82 134.43 -
System Red Green Blue C M Y K H S L
Decimal 71 64 28 0 0.10 0.61 0.72 50.23 0.43 0.19
Hex 47 40 1C 0 A 3D 48 32 2B 13
Octal 107 100 34 0 12 75 110 62 53 23
Binary 1000111 1000000 11100 0 1010 111101 1001000 110010 101011 10011

Color Harmonies of #47401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47401C

Black with #47401C

Text Example


Text Example

White with #47401C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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