Html Css Color HEX #47390C Madras

📋 copy color: '#47390C'

red 71 ◦ green 57 ◦ blue 12

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

Shades of Madras #47390C

Tints of Madras #47390C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 40.71%

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

R = 50.71%
G = 40.71%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#47390C (or 0x47390C) is known color: Madras. HEX triplet: 47, 39 and 0C. RGB value is (71,57,12). Sum of RGB (Red+Green+Blue) = 71+57+12=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 57 (22.66% from 255 or 40.71% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #47390C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47390C is #B8C6F3. Grayscale: #383838. Windows color (decimal): -12109556 or 801095. OLE color: 801095.

HSL color Cylindrical-coordinate representation of color #47390C: hue angle of 45.76º 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 #47390C is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 57 12 -
CMYK 0 0.20 0.83 0.72
HSL 45.76º 0.71% 0.16% -
HSV(B) 45.76º 0.83% 0.28% -
XYZ 4.13 4.29 0.96 -
YUV 56.06 103.14 138.66 -
System Red Green Blue C M Y K H S L
Decimal 71 57 12 0 0.20 0.83 0.72 45.76 0.71 0.16
Hex 47 39 C 0 14 53 48 2E 47 10
Octal 107 71 14 0 24 123 110 56 107 20
Binary 1000111 111001 1100 0 10100 1010011 1001000 101110 1000111 10000

Color Harmonies of #47390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47390C

Black with #47390C

Text Example


Text Example

White with #47390C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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