Html Css Color HEX #47421E Madras

📋 copy color: '#47421E'

red 71 ◦ green 66 ◦ blue 30

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

Shades of Madras #47421E

Tints of Madras #47421E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.96%

R = 42.51%
G = 39.52%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#47421E (or 0x47421E) is known color: Madras. HEX triplet: 47, 42 and 1E. RGB value is (71,66,30). Sum of RGB (Red+Green+Blue) = 71+66+30=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 71 - color contains mainly: red. Hex color #47421E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47421E is #B8BDE1. Grayscale: #3F3F3F. Windows color (decimal): -12107234 or 1983047. OLE color: 1983047.

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

Color convert

RGB 71 66 30 -
CMYK 0 0.07 0.58 0.72
HSL 52.68º 0.41% 0.2% -
HSV(B) 52.68º 0.58% 0.28% -
XYZ 4.78 5.33 2.01 -
YUV 63.39 109.16 133.43 -
System Red Green Blue C M Y K H S L
Decimal 71 66 30 0 0.07 0.58 0.72 52.68 0.41 0.2
Hex 47 42 1E 0 7 3A 48 35 29 14
Octal 107 102 36 0 7 72 110 65 51 24
Binary 1000111 1000010 11110 0 111 111010 1001000 110101 101001 10100

Color Harmonies of #47421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47421E

Black with #47421E

Text Example


Text Example

White with #47421E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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