Html Css Color HEX #463714 Mikado

📋 copy color: '#463714'

red 70 ◦ green 55 ◦ blue 20

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

Shades of Mikado #463714

Tints of Mikado #463714

RGB

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

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

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

R = 48.28%
G = 37.93%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#463714 (or 0x463714) is known color: Mikado. HEX triplet: 46, 37 and 14. RGB value is (70,55,20). Sum of RGB (Red+Green+Blue) = 70+55+20=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #463714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463714 is #B9C8EB. Grayscale: #373737. Windows color (decimal): -12175596 or 1324870. OLE color: 1324870.

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

Color convert

RGB 70 55 20 -
CMYK 0 0.21 0.71 0.73
HSL 42º 0.56% 0.18% -
HSV(B) 42º 0.71% 0.27% -
XYZ 4.02 4.08 1.24 -
YUV 55.5 107.97 138.35 -
System Red Green Blue C M Y K H S L
Decimal 70 55 20 0 0.21 0.71 0.73 42 0.56 0.18
Hex 46 37 14 0 15 47 49 2A 38 12
Octal 106 67 24 0 25 107 111 52 70 22
Binary 1000110 110111 10100 0 10101 1000111 1001001 101010 111000 10010

Color Harmonies of #463714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463714

Black with #463714

Text Example


Text Example

White with #463714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463714; }

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

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

background-color css

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

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

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

border-color css

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

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

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