Html Css Color HEX #47350B Mikado

📋 copy color: '#47350B'

red 71 ◦ green 53 ◦ blue 11

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

Shades of Mikado #47350B

Tints of Mikado #47350B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.15%

R = 52.59%
G = 39.26%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#47350B (or 0x47350B) is known color: Mikado. HEX triplet: 47, 35 and 0B. RGB value is (71,53,11). Sum of RGB (Red+Green+Blue) = 71+53+11=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #47350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47350B is #B8CAF4. Grayscale: #353535. Windows color (decimal): -12110581 or 734535. OLE color: 734535.

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

Color convert

RGB 71 53 11 -
CMYK 0 0.25 0.85 0.72
HSL 42º 0.73% 0.16% -
HSV(B) 42º 0.85% 0.28% -
XYZ 3.93 3.91 0.86 -
YUV 53.59 103.96 140.42 -
System Red Green Blue C M Y K H S L
Decimal 71 53 11 0 0.25 0.85 0.72 42 0.73 0.16
Hex 47 35 B 0 19 55 48 2A 49 10
Octal 107 65 13 0 31 125 110 52 111 20
Binary 1000111 110101 1011 0 11001 1010101 1001000 101010 1001001 10000

Color Harmonies of #47350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47350B

Black with #47350B

Text Example


Text Example

White with #47350B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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