Html Css Color HEX #47400C Madras

📋 copy color: '#47400C'

red 71 ◦ green 64 ◦ blue 12

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

Shades of Madras #47400C

Tints of Madras #47400C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.16%

R = 48.3%
G = 43.54%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#47400C (or 0x47400C) is known color: Madras. HEX triplet: 47, 40 and 0C. RGB value is (71,64,12). Sum of RGB (Red+Green+Blue) = 71+64+12=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #47400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47400C is #B8BFF3. Grayscale: #3C3C3C. Windows color (decimal): -12107764 or 802887. OLE color: 802887.

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

Color convert

RGB 71 64 12 -
CMYK 0 0.10 0.83 0.72
HSL 52.88º 0.71% 0.16% -
HSV(B) 52.88º 0.83% 0.28% -
XYZ 4.5 5.03 1.08 -
YUV 60.17 100.82 135.73 -
System Red Green Blue C M Y K H S L
Decimal 71 64 12 0 0.10 0.83 0.72 52.88 0.71 0.16
Hex 47 40 C 0 A 53 48 35 47 10
Octal 107 100 14 0 12 123 110 65 107 20
Binary 1000111 1000000 1100 0 1010 1010011 1001000 110101 1000111 10000

Color Harmonies of #47400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47400C

Black with #47400C

Text Example


Text Example

White with #47400C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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