Html Css Color HEX #463513 Mikado

📋 copy color: '#463513'

red 70 ◦ green 53 ◦ blue 19

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

Shades of Mikado #463513

Tints of Mikado #463513

RGB

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

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

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

R = 49.3%
G = 37.32%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#463513 (or 0x463513) is known color: Mikado. HEX triplet: 46, 35 and 13. RGB value is (70,53,19). Sum of RGB (Red+Green+Blue) = 70+53+19=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #463513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463513 is #B9CAEC. Grayscale: #363636. Windows color (decimal): -12176109 or 1258822. OLE color: 1258822.

HSL color Cylindrical-coordinate representation of color #463513: hue angle of 40º 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 #463513 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 53 19 -
CMYK 0 0.24 0.73 0.73
HSL 40º 0.57% 0.17% -
HSV(B) 40º 0.73% 0.27% -
XYZ 3.92 3.9 1.16 -
YUV 54.21 108.13 139.26 -
System Red Green Blue C M Y K H S L
Decimal 70 53 19 0 0.24 0.73 0.73 40 0.57 0.17
Hex 46 35 13 0 18 49 49 28 39 11
Octal 106 65 23 0 30 111 111 50 71 21
Binary 1000110 110101 10011 0 11000 1001001 1001001 101000 111001 10001

Color Harmonies of #463513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463513

Black with #463513

Text Example


Text Example

White with #463513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463513; }

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

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

background-color css

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

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

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

border-color css

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

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

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