Html Css Color HEX #47340C Mikado

📋 copy color: '#47340C'

red 71 ◦ green 52 ◦ blue 12

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

Shades of Mikado #47340C

Tints of Mikado #47340C

RGB

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

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

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

R = 52.59%
G = 38.52%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#47340C (or 0x47340C) is known color: Mikado. HEX triplet: 47, 34 and 0C. RGB value is (71,52,12). Sum of RGB (Red+Green+Blue) = 71+52+12=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #47340C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47340C is #B8CBF3. Grayscale: #353535. Windows color (decimal): -12110836 or 799815. OLE color: 799815.

HSL color Cylindrical-coordinate representation of color #47340C: hue angle of 40.68º 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 #47340C is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 52 12 -
CMYK 0 0.27 0.83 0.72
HSL 40.68º 0.71% 0.16% -
HSV(B) 40.68º 0.83% 0.28% -
XYZ 3.89 3.82 0.88 -
YUV 53.12 104.79 140.75 -
System Red Green Blue C M Y K H S L
Decimal 71 52 12 0 0.27 0.83 0.72 40.68 0.71 0.16
Hex 47 34 C 0 1B 53 48 29 47 10
Octal 107 64 14 0 33 123 110 51 107 20
Binary 1000111 110100 1100 0 11011 1010011 1001000 101001 1000111 10000

Color Harmonies of #47340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47340C

Black with #47340C

Text Example


Text Example

White with #47340C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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