Html Css Color HEX #47400A Madras

📋 copy color: '#47400A'

red 71 ◦ green 64 ◦ blue 10

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

Shades of Madras #47400A

Tints of Madras #47400A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.9%

R = 48.97%
G = 44.14%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#47400A (or 0x47400A) is known color: Madras. HEX triplet: 47, 40 and 0A. RGB value is (71,64,10). Sum of RGB (Red+Green+Blue) = 71+64+10=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #47400A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47400A is #B8BFF5. Grayscale: #3C3C3C. Windows color (decimal): -12107766 or 671815. OLE color: 671815.

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

Color convert

RGB 71 64 10 -
CMYK 0 0.10 0.86 0.72
HSL 53.11º 0.75% 0.16% -
HSV(B) 53.11º 0.86% 0.28% -
XYZ 4.49 5.03 1.02 -
YUV 59.94 99.82 135.89 -
System Red Green Blue C M Y K H S L
Decimal 71 64 10 0 0.10 0.86 0.72 53.11 0.75 0.16
Hex 47 40 A 0 A 56 48 35 4B 10
Octal 107 100 12 0 12 126 110 65 113 20
Binary 1000111 1000000 1010 0 1010 1010110 1001000 110101 1001011 10000

Color Harmonies of #47400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47400A

Black with #47400A

Text Example


Text Example

White with #47400A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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