Html Css Color HEX #47381C Mikado

📋 copy color: '#47381C'

red 71 ◦ green 56 ◦ blue 28

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

Shades of Mikado #47381C

Tints of Mikado #47381C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 18.06%

R = 45.81%
G = 36.13%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#47381C (or 0x47381C) is known color: Mikado. HEX triplet: 47, 38 and 1C. RGB value is (71,56,28). Sum of RGB (Red+Green+Blue) = 71+56+28=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #47381C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47381C is #B8C7E3. Grayscale: #393939. Windows color (decimal): -12109796 or 1849415. OLE color: 1849415.

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

Color convert

RGB 71 56 28 -
CMYK 0 0.21 0.61 0.72
HSL 39.07º 0.43% 0.19% -
HSV(B) 39.07º 0.61% 0.28% -
XYZ 4.22 4.25 1.7 -
YUV 57.29 111.47 137.78 -
System Red Green Blue C M Y K H S L
Decimal 71 56 28 0 0.21 0.61 0.72 39.07 0.43 0.19
Hex 47 38 1C 0 15 3D 48 27 2B 13
Octal 107 70 34 0 25 75 110 47 53 23
Binary 1000111 111000 11100 0 10101 111101 1001000 100111 101011 10011

Color Harmonies of #47381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47381C

Black with #47381C

Text Example


Text Example

White with #47381C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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