Html Css Color HEX #47400D Madras

📋 copy color: '#47400D'

red 71 ◦ green 64 ◦ blue 13

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

Shades of Madras #47400D

Tints of Madras #47400D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.78%

R = 47.97%
G = 43.24%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#47400D (or 0x47400D) is known color: Madras. HEX triplet: 47, 40 and 0D. RGB value is (71,64,13). Sum of RGB (Red+Green+Blue) = 71+64+13=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #47400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47400D is #B8BFF2. Grayscale: #3C3C3C. Windows color (decimal): -12107763 or 868423. OLE color: 868423.

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

Color convert

RGB 71 64 13 -
CMYK 0 0.10 0.82 0.72
HSL 52.76º 0.69% 0.16% -
HSV(B) 52.76º 0.82% 0.28% -
XYZ 4.5 5.04 1.12 -
YUV 60.28 101.32 135.65 -
System Red Green Blue C M Y K H S L
Decimal 71 64 13 0 0.10 0.82 0.72 52.76 0.69 0.16
Hex 47 40 D 0 A 52 48 35 45 10
Octal 107 100 15 0 12 122 110 65 105 20
Binary 1000111 1000000 1101 0 1010 1010010 1001000 110101 1000101 10000

Color Harmonies of #47400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47400D

Black with #47400D

Text Example


Text Example

White with #47400D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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