Html Css Color HEX #47350C Mikado

📋 copy color: '#47350C'

red 71 ◦ green 53 ◦ blue 12

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

Shades of Mikado #47350C

Tints of Mikado #47350C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.82%

R = 52.21%
G = 38.97%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#47350C (or 0x47350C) is known color: Mikado. HEX triplet: 47, 35 and 0C. RGB value is (71,53,12). Sum of RGB (Red+Green+Blue) = 71+53+12=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #47350C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47350C is #B8CAF3. Grayscale: #353535. Windows color (decimal): -12110580 or 800071. OLE color: 800071.

HSL color Cylindrical-coordinate representation of color #47350C: hue angle of 41.69º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #47350C is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 53 12 -
CMYK 0 0.25 0.83 0.72
HSL 41.69º 0.71% 0.16% -
HSV(B) 41.69º 0.83% 0.28% -
XYZ 3.94 3.91 0.9 -
YUV 53.71 104.46 140.33 -
System Red Green Blue C M Y K H S L
Decimal 71 53 12 0 0.25 0.83 0.72 41.69 0.71 0.16
Hex 47 35 C 0 19 53 48 2A 47 10
Octal 107 65 14 0 31 123 110 52 107 20
Binary 1000111 110101 1100 0 11001 1010011 1001000 101010 1000111 10000

Color Harmonies of #47350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47350C

Black with #47350C

Text Example


Text Example

White with #47350C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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