Html Css Color HEX #463716 Mikado

📋 copy color: '#463716'

red 70 ◦ green 55 ◦ blue 22

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

Shades of Mikado #463716

Tints of Mikado #463716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.97%

R = 47.62%
G = 37.41%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#463716 (or 0x463716) is known color: Mikado. HEX triplet: 46, 37 and 16. RGB value is (70,55,22). Sum of RGB (Red+Green+Blue) = 70+55+22=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #463716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463716 is #B9C8E9. Grayscale: #373737. Windows color (decimal): -12175594 or 1455942. OLE color: 1455942.

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

Color convert

RGB 70 55 22 -
CMYK 0 0.21 0.69 0.73
HSL 41.25º 0.52% 0.18% -
HSV(B) 41.25º 0.69% 0.27% -
XYZ 4.04 4.09 1.34 -
YUV 55.72 108.97 138.18 -
System Red Green Blue C M Y K H S L
Decimal 70 55 22 0 0.21 0.69 0.73 41.25 0.52 0.18
Hex 46 37 16 0 15 45 49 29 34 12
Octal 106 67 26 0 25 105 111 51 64 22
Binary 1000110 110111 10110 0 10101 1000101 1001001 101001 110100 10010

Color Harmonies of #463716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463716

Black with #463716

Text Example


Text Example

White with #463716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463716; }

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

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

background-color css

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

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

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

border-color css

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

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

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