Html Css Color HEX #463514 Mikado

📋 copy color: '#463514'

red 70 ◦ green 53 ◦ blue 20

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

Shades of Mikado #463514

Tints of Mikado #463514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.99%

R = 48.95%
G = 37.06%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#463514 (or 0x463514) is known color: Mikado. HEX triplet: 46, 35 and 14. RGB value is (70,53,20). Sum of RGB (Red+Green+Blue) = 70+53+20=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #463514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463514 is #B9CAEB. Grayscale: #363636. Windows color (decimal): -12176108 or 1324358. OLE color: 1324358.

HSL color Cylindrical-coordinate representation of color #463514: hue angle of 39.6º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #463514 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 53 20 -
CMYK 0 0.24 0.71 0.73
HSL 39.6º 0.56% 0.18% -
HSV(B) 39.6º 0.71% 0.27% -
XYZ 3.93 3.9 1.21 -
YUV 54.32 108.63 139.18 -
System Red Green Blue C M Y K H S L
Decimal 70 53 20 0 0.24 0.71 0.73 39.6 0.56 0.18
Hex 46 35 14 0 18 47 49 28 38 12
Octal 106 65 24 0 30 107 111 50 70 22
Binary 1000110 110101 10100 0 11000 1000111 1001001 101000 111000 10010

Color Harmonies of #463514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463514

Black with #463514

Text Example


Text Example

White with #463514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463514; }

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

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

background-color css

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

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

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

border-color css

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

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

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