Html Css Color HEX #47371A Mikado

📋 copy color: '#47371A'

red 71 ◦ green 55 ◦ blue 26

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

Shades of Mikado #47371A

Tints of Mikado #47371A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 36.18%

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

R = 46.71%
G = 36.18%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#47371A (or 0x47371A) is known color: Mikado. HEX triplet: 47, 37 and 1A. RGB value is (71,55,26). Sum of RGB (Red+Green+Blue) = 71+55+26=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #47371A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47371A is #B8C8E5. Grayscale: #383838. Windows color (decimal): -12110054 or 1718087. OLE color: 1718087.

HSL color Cylindrical-coordinate representation of color #47371A: hue angle of 38.67º 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 #47371A is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 55 26 -
CMYK 0 0.23 0.63 0.72
HSL 38.67º 0.46% 0.19% -
HSV(B) 38.67º 0.63% 0.28% -
XYZ 4.15 4.15 1.56 -
YUV 56.48 110.8 138.36 -
System Red Green Blue C M Y K H S L
Decimal 71 55 26 0 0.23 0.63 0.72 38.67 0.46 0.19
Hex 47 37 1A 0 17 3F 48 27 2E 13
Octal 107 67 32 0 27 77 110 47 56 23
Binary 1000111 110111 11010 0 10111 111111 1001000 100111 101110 10011

Color Harmonies of #47371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47371A

Black with #47371A

Text Example


Text Example

White with #47371A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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