Html Css Color HEX #47400F Madras

📋 copy color: '#47400F'

red 71 ◦ green 64 ◦ blue 15

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

Shades of Madras #47400F

Tints of Madras #47400F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10%

R = 47.33%
G = 42.67%
B = 10%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#47400F (or 0x47400F) is known color: Madras. HEX triplet: 47, 40 and 0F. RGB value is (71,64,15). Sum of RGB (Red+Green+Blue) = 71+64+15=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #47400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47400F is #B8BFF0. Grayscale: #3C3C3C. Windows color (decimal): -12107761 or 999495. OLE color: 999495.

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

Color convert

RGB 71 64 15 -
CMYK 0 0.10 0.79 0.72
HSL 52.5º 0.65% 0.17% -
HSV(B) 52.5º 0.79% 0.28% -
XYZ 4.52 5.04 1.19 -
YUV 60.51 102.32 135.48 -
System Red Green Blue C M Y K H S L
Decimal 71 64 15 0 0.10 0.79 0.72 52.5 0.65 0.17
Hex 47 40 F 0 A 4F 48 34 41 11
Octal 107 100 17 0 12 117 110 64 101 21
Binary 1000111 1000000 1111 0 1010 1001111 1001000 110100 1000001 10001

Color Harmonies of #47400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47400F

Black with #47400F

Text Example


Text Example

White with #47400F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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