Html Css Color HEX #47360E Mikado

📋 copy color: '#47360E'

red 71 ◦ green 54 ◦ blue 14

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

Shades of Mikado #47360E

Tints of Mikado #47360E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 38.85%

 BLUE value IS 14 (5.86% from 255) = 10.07%

R = 51.08%
G = 38.85%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.72

RGB Variations

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

Color information

#47360E (or 0x47360E) is known color: Mikado. HEX triplet: 47, 36 and 0E. RGB value is (71,54,14). Sum of RGB (Red+Green+Blue) = 71+54+14=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #47360E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47360E is #B8C9F1. Grayscale: #363636. Windows color (decimal): -12110322 or 931399. OLE color: 931399.

HSL color Cylindrical-coordinate representation of color #47360E: hue angle of 42.11º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47360E is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 54 14 -
CMYK 0 0.24 0.80 0.72
HSL 42.11º 0.67% 0.17% -
HSV(B) 42.11º 0.8% 0.28% -
XYZ 4 4.01 0.98 -
YUV 54.52 105.13 139.75 -
System Red Green Blue C M Y K H S L
Decimal 71 54 14 0 0.24 0.80 0.72 42.11 0.67 0.17
Hex 47 36 E 0 18 50 48 2A 43 11
Octal 107 66 16 0 30 120 110 52 103 21
Binary 1000111 110110 1110 0 11000 1010000 1001000 101010 1000011 10001

Color Harmonies of #47360E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47360E

Black with #47360E

Text Example


Text Example

White with #47360E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47360E; }

 p { color: rgb(71,54,14); }

 H1.HeaderClassName
 {
   color: #47360E;
 }
 .AnyTagClassName
 {
   color: #47360E;
 }
</style>

background-color css

<style>
 a { background-color: #47360E; }

 a { background-color: rgb(71,54,14); }

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

border-color css

<style>
 span { border-color: #47360E; }

 span { border-color: rgb(71,54,14); }

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