Html Css Color HEX #47391F Mikado

📋 copy color: '#47391F'

red 71 ◦ green 57 ◦ blue 31

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

Shades of Mikado #47391F

Tints of Mikado #47391F

RGB

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

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

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

R = 44.65%
G = 35.85%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#47391F (or 0x47391F) is known color: Mikado. HEX triplet: 47, 39 and 1F. RGB value is (71,57,31). Sum of RGB (Red+Green+Blue) = 71+57+31=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #47391F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47391F is #B8C6E0. Grayscale: #3A3A3A. Windows color (decimal): -12109537 or 2046279. OLE color: 2046279.

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

Color convert

RGB 71 57 31 -
CMYK 0 0.20 0.56 0.72
HSL 39º 0.39% 0.2% -
HSV(B) 39º 0.56% 0.28% -
XYZ 4.31 4.36 1.91 -
YUV 58.22 112.64 137.11 -
System Red Green Blue C M Y K H S L
Decimal 71 57 31 0 0.20 0.56 0.72 39 0.39 0.2
Hex 47 39 1F 0 14 38 48 27 27 14
Octal 107 71 37 0 24 70 110 47 47 24
Binary 1000111 111001 11111 0 10100 111000 1001000 100111 100111 10100

Color Harmonies of #47391F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47391F

Black with #47391F

Text Example


Text Example

White with #47391F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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