Html Css Color HEX #47421F Madras

📋 copy color: '#47421F'

red 71 ◦ green 66 ◦ blue 31

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

Shades of Madras #47421F

Tints of Madras #47421F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.45%

R = 42.26%
G = 39.29%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#47421F (or 0x47421F) is known color: Madras. HEX triplet: 47, 42 and 1F. RGB value is (71,66,31). Sum of RGB (Red+Green+Blue) = 71+66+31=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #47421F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47421F is #B8BDE0. Grayscale: #3F3F3F. Windows color (decimal): -12107233 or 2048583. OLE color: 2048583.

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

Color convert

RGB 71 66 31 -
CMYK 0 0.07 0.56 0.72
HSL 52.5º 0.39% 0.2% -
HSV(B) 52.5º 0.56% 0.28% -
XYZ 4.79 5.33 2.07 -
YUV 63.51 109.66 133.35 -
System Red Green Blue C M Y K H S L
Decimal 71 66 31 0 0.07 0.56 0.72 52.5 0.39 0.2
Hex 47 42 1F 0 7 38 48 34 27 14
Octal 107 102 37 0 7 70 110 64 47 24
Binary 1000111 1000010 11111 0 111 111000 1001000 110100 100111 10100

Color Harmonies of #47421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47421F

Black with #47421F

Text Example


Text Example

White with #47421F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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