Html Css Color HEX #47350E Mikado

📋 copy color: '#47350E'

red 71 ◦ green 53 ◦ blue 14

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

Shades of Mikado #47350E

Tints of Mikado #47350E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 38.41%

 BLUE value IS 14 (5.86% from 255) = 10.14%

R = 51.45%
G = 38.41%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.72

RGB Variations

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

Color information

#47350E (or 0x47350E) is known color: Mikado. HEX triplet: 47, 35 and 0E. RGB value is (71,53,14). Sum of RGB (Red+Green+Blue) = 71+53+14=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #47350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47350E is #B8CAF1. Grayscale: #363636. Windows color (decimal): -12110578 or 931143. OLE color: 931143.

HSL color Cylindrical-coordinate representation of color #47350E: hue angle of 41.05º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47350E is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 53 14 -
CMYK 0 0.25 0.80 0.72
HSL 41.05º 0.67% 0.17% -
HSV(B) 41.05º 0.8% 0.28% -
XYZ 3.95 3.92 0.96 -
YUV 53.94 105.46 140.17 -
System Red Green Blue C M Y K H S L
Decimal 71 53 14 0 0.25 0.80 0.72 41.05 0.67 0.17
Hex 47 35 E 0 19 50 48 29 43 11
Octal 107 65 16 0 31 120 110 51 103 21
Binary 1000111 110101 1110 0 11001 1010000 1001000 101001 1000011 10001

Color Harmonies of #47350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47350E

Black with #47350E

Text Example


Text Example

White with #47350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47350E; }

 p { color: rgb(71,53,14); }

 H1.HeaderClassName
 {
   color: #47350E;
 }
 .AnyTagClassName
 {
   color: #47350E;
 }
</style>

background-color css

<style>
 a { background-color: #47350E; }

 a { background-color: rgb(71,53,14); }

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

border-color css

<style>
 span { border-color: #47350E; }

 span { border-color: rgb(71,53,14); }

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