Html Css Color HEX #463715 Mikado

📋 copy color: '#463715'

red 70 ◦ green 55 ◦ blue 21

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

Shades of Mikado #463715

Tints of Mikado #463715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.38%

R = 47.95%
G = 37.67%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#463715 (or 0x463715) is known color: Mikado. HEX triplet: 46, 37 and 15. RGB value is (70,55,21). Sum of RGB (Red+Green+Blue) = 70+55+21=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #463715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463715 is #B9C8EA. Grayscale: #373737. Windows color (decimal): -12175595 or 1390406. OLE color: 1390406.

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

Color convert

RGB 70 55 21 -
CMYK 0 0.21 0.70 0.73
HSL 41.63º 0.54% 0.18% -
HSV(B) 41.63º 0.7% 0.27% -
XYZ 4.03 4.09 1.29 -
YUV 55.61 108.47 138.26 -
System Red Green Blue C M Y K H S L
Decimal 70 55 21 0 0.21 0.70 0.73 41.63 0.54 0.18
Hex 46 37 15 0 15 46 49 2A 36 12
Octal 106 67 25 0 25 106 111 52 66 22
Binary 1000110 110111 10101 0 10101 1000110 1001001 101010 110110 10010

Color Harmonies of #463715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463715

Black with #463715

Text Example


Text Example

White with #463715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463715; }

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

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

background-color css

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

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

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

border-color css

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

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

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