Html Css Color HEX #463616 Mikado

📋 copy color: '#463616'

red 70 ◦ green 54 ◦ blue 22

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

Shades of Mikado #463616

Tints of Mikado #463616

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36.99%

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

R = 47.95%
G = 36.99%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#463616 (or 0x463616) is known color: Mikado. HEX triplet: 46, 36 and 16. RGB value is (70,54,22). Sum of RGB (Red+Green+Blue) = 70+54+22=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #463616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463616 is #B9C9E9. Grayscale: #373737. Windows color (decimal): -12175850 or 1455686. OLE color: 1455686.

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

Color convert

RGB 70 54 22 -
CMYK 0 0.23 0.69 0.73
HSL 40º 0.52% 0.18% -
HSV(B) 40º 0.69% 0.27% -
XYZ 3.99 4 1.32 -
YUV 55.14 109.3 138.6 -
System Red Green Blue C M Y K H S L
Decimal 70 54 22 0 0.23 0.69 0.73 40 0.52 0.18
Hex 46 36 16 0 17 45 49 28 34 12
Octal 106 66 26 0 27 105 111 50 64 22
Binary 1000110 110110 10110 0 10111 1000101 1001001 101000 110100 10010

Color Harmonies of #463616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463616

Black with #463616

Text Example


Text Example

White with #463616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463616; }

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

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

background-color css

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

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

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

border-color css

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

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

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