Html Css Color HEX #47401F Madras

📋 copy color: '#47401F'

red 71 ◦ green 64 ◦ blue 31

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

Shades of Madras #47401F

Tints of Madras #47401F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.67%

R = 42.77%
G = 38.55%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#47401F (or 0x47401F) is known color: Madras. HEX triplet: 47, 40 and 1F. RGB value is (71,64,31). Sum of RGB (Red+Green+Blue) = 71+64+31=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 71 - color contains mainly: red. Hex color #47401F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47401F is #B8BFE0. Grayscale: #3E3E3E. Windows color (decimal): -12107745 or 2048071. OLE color: 2048071.

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

Color convert

RGB 71 64 31 -
CMYK 0 0.10 0.56 0.72
HSL 49.5º 0.39% 0.2% -
HSV(B) 49.5º 0.56% 0.28% -
XYZ 4.68 5.11 2.04 -
YUV 62.33 110.32 134.18 -
System Red Green Blue C M Y K H S L
Decimal 71 64 31 0 0.10 0.56 0.72 49.5 0.39 0.2
Hex 47 40 1F 0 A 38 48 32 27 14
Octal 107 100 37 0 12 70 110 62 47 24
Binary 1000111 1000000 11111 0 1010 111000 1001000 110010 100111 10100

Color Harmonies of #47401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47401F

Black with #47401F

Text Example


Text Example

White with #47401F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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