Html Css Color HEX #463414 Mikado

📋 copy color: '#463414'

red 70 ◦ green 52 ◦ blue 20

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

Shades of Mikado #463414

Tints of Mikado #463414

RGB

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

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

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

R = 49.3%
G = 36.62%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#463414 (or 0x463414) is known color: Mikado. HEX triplet: 46, 34 and 14. RGB value is (70,52,20). Sum of RGB (Red+Green+Blue) = 70+52+20=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #463414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463414 is #B9CBEB. Grayscale: #353535. Windows color (decimal): -12176364 or 1324102. OLE color: 1324102.

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

Color convert

RGB 70 52 20 -
CMYK 0 0.26 0.71 0.73
HSL 38.4º 0.56% 0.18% -
HSV(B) 38.4º 0.71% 0.27% -
XYZ 3.88 3.81 1.19 -
YUV 53.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 70 52 20 0 0.26 0.71 0.73 38.4 0.56 0.18
Hex 46 34 14 0 1A 47 49 26 38 12
Octal 106 64 24 0 32 107 111 46 70 22
Binary 1000110 110100 10100 0 11010 1000111 1001001 100110 111000 10010

Color Harmonies of #463414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463414

Black with #463414

Text Example


Text Example

White with #463414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463414; }

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

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

background-color css

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

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

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

border-color css

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

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

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