Html Css Color HEX #47401B Madras

📋 copy color: '#47401B'

red 71 ◦ green 64 ◦ blue 27

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

Shades of Madras #47401B

Tints of Madras #47401B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.67%

R = 43.83%
G = 39.51%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#47401B (or 0x47401B) is known color: Madras. HEX triplet: 47, 40 and 1B. RGB value is (71,64,27). Sum of RGB (Red+Green+Blue) = 71+64+27=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 71 - color contains mainly: red. Hex color #47401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47401B is #B8BFE4. Grayscale: #3E3E3E. Windows color (decimal): -12107749 or 1785927. OLE color: 1785927.

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

Color convert

RGB 71 64 27 -
CMYK 0 0.10 0.62 0.72
HSL 50.45º 0.45% 0.19% -
HSV(B) 50.45º 0.62% 0.28% -
XYZ 4.63 5.09 1.77 -
YUV 61.88 108.32 134.51 -
System Red Green Blue C M Y K H S L
Decimal 71 64 27 0 0.10 0.62 0.72 50.45 0.45 0.19
Hex 47 40 1B 0 A 3E 48 32 2D 13
Octal 107 100 33 0 12 76 110 62 55 23
Binary 1000111 1000000 11011 0 1010 111110 1001000 110010 101101 10011

Color Harmonies of #47401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47401B

Black with #47401B

Text Example


Text Example

White with #47401B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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