Html Css Color HEX #47401A Madras

📋 copy color: '#47401A'

red 71 ◦ green 64 ◦ blue 26

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

Shades of Madras #47401A

Tints of Madras #47401A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.15%

R = 44.1%
G = 39.75%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#47401A (or 0x47401A) is known color: Madras. HEX triplet: 47, 40 and 1A. RGB value is (71,64,26). Sum of RGB (Red+Green+Blue) = 71+64+26=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #47401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47401A is #B8BFE5. Grayscale: #3D3D3D. Windows color (decimal): -12107750 or 1720391. OLE color: 1720391.

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

Color convert

RGB 71 64 26 -
CMYK 0 0.10 0.63 0.72
HSL 50.67º 0.46% 0.19% -
HSV(B) 50.67º 0.63% 0.28% -
XYZ 4.62 5.08 1.71 -
YUV 61.76 107.82 134.59 -
System Red Green Blue C M Y K H S L
Decimal 71 64 26 0 0.10 0.63 0.72 50.67 0.46 0.19
Hex 47 40 1A 0 A 3F 48 33 2E 13
Octal 107 100 32 0 12 77 110 63 56 23
Binary 1000111 1000000 11010 0 1010 111111 1001000 110011 101110 10011

Color Harmonies of #47401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47401A

Black with #47401A

Text Example


Text Example

White with #47401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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