Html Css Color HEX #463713 Mikado

📋 copy color: '#463713'

red 70 ◦ green 55 ◦ blue 19

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

Shades of Mikado #463713

Tints of Mikado #463713

RGB

 RED value IS 70 (27.73% from 255) = 48.61%

 GREEN value IS 55 (21.88% from 255) = 38.19%

 BLUE value IS 19 (7.81% from 255) = 13.19%

R = 48.61%
G = 38.19%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#463713 (or 0x463713) is known color: Mikado. HEX triplet: 46, 37 and 13. RGB value is (70,55,19). Sum of RGB (Red+Green+Blue) = 70+55+19=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 55 (21.88% from 255 or 38.19% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #463713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463713 is #B9C8EC. Grayscale: #373737. Windows color (decimal): -12175597 or 1259334. OLE color: 1259334.

HSL color Cylindrical-coordinate representation of color #463713: hue angle of 42.35º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #463713 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 55 19 -
CMYK 0 0.21 0.73 0.73
HSL 42.35º 0.57% 0.17% -
HSV(B) 42.35º 0.73% 0.27% -
XYZ 4.01 4.08 1.19 -
YUV 55.38 107.47 138.43 -
System Red Green Blue C M Y K H S L
Decimal 70 55 19 0 0.21 0.73 0.73 42.35 0.57 0.17
Hex 46 37 13 0 15 49 49 2A 39 11
Octal 106 67 23 0 25 111 111 52 71 21
Binary 1000110 110111 10011 0 10101 1001001 1001001 101010 111001 10001

Color Harmonies of #463713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463713

Black with #463713

Text Example


Text Example

White with #463713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463713; }

 p { color: rgb(70,55,19); }

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

background-color css

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

 a { background-color: rgb(70,55,19); }

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

border-color css

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

 span { border-color: rgb(70,55,19); }

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