Html Css Color HEX #47350A Mikado

📋 copy color: '#47350A'

red 71 ◦ green 53 ◦ blue 10

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

Shades of Mikado #47350A

Tints of Mikado #47350A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.46%

R = 52.99%
G = 39.55%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#47350A (or 0x47350A) is known color: Mikado. HEX triplet: 47, 35 and 0A. RGB value is (71,53,10). Sum of RGB (Red+Green+Blue) = 71+53+10=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #47350A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47350A is #B8CAF5. Grayscale: #353535. Windows color (decimal): -12110582 or 668999. OLE color: 668999.

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

Color convert

RGB 71 53 10 -
CMYK 0 0.25 0.86 0.72
HSL 42.3º 0.75% 0.16% -
HSV(B) 42.3º 0.86% 0.28% -
XYZ 3.93 3.91 0.83 -
YUV 53.48 103.46 140.5 -
System Red Green Blue C M Y K H S L
Decimal 71 53 10 0 0.25 0.86 0.72 42.3 0.75 0.16
Hex 47 35 A 0 19 56 48 2A 4B 10
Octal 107 65 12 0 31 126 110 52 113 20
Binary 1000111 110101 1010 0 11001 1010110 1001000 101010 1001011 10000

Color Harmonies of #47350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47350A

Black with #47350A

Text Example


Text Example

White with #47350A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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