Html Css Color HEX #47381B Mikado

📋 copy color: '#47381B'

red 71 ◦ green 56 ◦ blue 27

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

Shades of Mikado #47381B

Tints of Mikado #47381B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.36%

 BLUE value IS 27 (10.94% from 255) = 17.53%

R = 46.1%
G = 36.36%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#47381B (or 0x47381B) is known color: Mikado. HEX triplet: 47, 38 and 1B. RGB value is (71,56,27). Sum of RGB (Red+Green+Blue) = 71+56+27=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #47381B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47381B is #B8C7E4. Grayscale: #393939. Windows color (decimal): -12109797 or 1783879. OLE color: 1783879.

HSL color Cylindrical-coordinate representation of color #47381B: hue angle of 39.55º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47381B is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 56 27 -
CMYK 0 0.21 0.62 0.72
HSL 39.55º 0.45% 0.19% -
HSV(B) 39.55º 0.62% 0.28% -
XYZ 4.21 4.25 1.63 -
YUV 57.18 110.97 137.86 -
System Red Green Blue C M Y K H S L
Decimal 71 56 27 0 0.21 0.62 0.72 39.55 0.45 0.19
Hex 47 38 1B 0 15 3E 48 28 2D 13
Octal 107 70 33 0 25 76 110 50 55 23
Binary 1000111 111000 11011 0 10101 111110 1001000 101000 101101 10011

Color Harmonies of #47381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47381B

Black with #47381B

Text Example


Text Example

White with #47381B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47381B; }

 p { color: rgb(71,56,27); }

 H1.HeaderClassName
 {
   color: #47381B;
 }
 .AnyTagClassName
 {
   color: #47381B;
 }
</style>

background-color css

<style>
 a { background-color: #47381B; }

 a { background-color: rgb(71,56,27); }

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

border-color css

<style>
 span { border-color: #47381B; }

 span { border-color: rgb(71,56,27); }

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