Html Css Color HEX #47340D Mikado

📋 copy color: '#47340D'

red 71 ◦ green 52 ◦ blue 13

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

Shades of Mikado #47340D

Tints of Mikado #47340D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 38.24%

 BLUE value IS 13 (5.47% from 255) = 9.56%

R = 52.21%
G = 38.24%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#47340D (or 0x47340D) is known color: Mikado. HEX triplet: 47, 34 and 0D. RGB value is (71,52,13). Sum of RGB (Red+Green+Blue) = 71+52+13=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #47340D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47340D is #B8CBF2. Grayscale: #353535. Windows color (decimal): -12110835 or 865351. OLE color: 865351.

HSL color Cylindrical-coordinate representation of color #47340D: hue angle of 40.34º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #47340D is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 52 13 -
CMYK 0 0.27 0.82 0.72
HSL 40.34º 0.69% 0.16% -
HSV(B) 40.34º 0.82% 0.28% -
XYZ 3.9 3.82 0.91 -
YUV 53.24 105.29 140.67 -
System Red Green Blue C M Y K H S L
Decimal 71 52 13 0 0.27 0.82 0.72 40.34 0.69 0.16
Hex 47 34 D 0 1B 52 48 28 45 10
Octal 107 64 15 0 33 122 110 50 105 20
Binary 1000111 110100 1101 0 11011 1010010 1001000 101000 1000101 10000

Color Harmonies of #47340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47340D

Black with #47340D

Text Example


Text Example

White with #47340D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47340D; }

 p { color: rgb(71,52,13); }

 H1.HeaderClassName
 {
   color: #47340D;
 }
 .AnyTagClassName
 {
   color: #47340D;
 }
</style>

background-color css

<style>
 a { background-color: #47340D; }

 a { background-color: rgb(71,52,13); }

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

border-color css

<style>
 span { border-color: #47340D; }

 span { border-color: rgb(71,52,13); }

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