Html Css Color HEX #47421A Madras

📋 copy color: '#47421A'

red 71 ◦ green 66 ◦ blue 26

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

Shades of Madras #47421A

Tints of Madras #47421A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.49%

 BLUE value IS 26 (10.55% from 255) = 15.95%

R = 43.56%
G = 40.49%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#47421A (or 0x47421A) is known color: Madras. HEX triplet: 47, 42 and 1A. RGB value is (71,66,26). Sum of RGB (Red+Green+Blue) = 71+66+26=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #47421A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47421A is #B8BDE5. Grayscale: #3F3F3F. Windows color (decimal): -12107238 or 1720903. OLE color: 1720903.

HSL color Cylindrical-coordinate representation of color #47421A: hue angle of 53.33º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47421A is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 66 26 -
CMYK 0 0.07 0.63 0.72
HSL 53.33º 0.46% 0.19% -
HSV(B) 53.33º 0.63% 0.28% -
XYZ 4.73 5.31 1.75 -
YUV 62.94 107.16 133.75 -
System Red Green Blue C M Y K H S L
Decimal 71 66 26 0 0.07 0.63 0.72 53.33 0.46 0.19
Hex 47 42 1A 0 7 3F 48 35 2E 13
Octal 107 102 32 0 7 77 110 65 56 23
Binary 1000111 1000010 11010 0 111 111111 1001000 110101 101110 10011

Color Harmonies of #47421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47421A

Black with #47421A

Text Example


Text Example

White with #47421A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,66,26); }

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

background-color css

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

 a { background-color: rgb(71,66,26); }

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

border-color css

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

 span { border-color: rgb(71,66,26); }

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