Html Css Color HEX #463612 Mikado

📋 copy color: '#463612'

red 70 ◦ green 54 ◦ blue 18

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

Shades of Mikado #463612

Tints of Mikado #463612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.68%

R = 49.3%
G = 38.03%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#463612 (or 0x463612) is known color: Mikado. HEX triplet: 46, 36 and 12. RGB value is (70,54,18). Sum of RGB (Red+Green+Blue) = 70+54+18=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 54 (21.48% from 255 or 38.03% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #463612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463612 is #B9C9ED. Grayscale: #363636. Windows color (decimal): -12175854 or 1193542. OLE color: 1193542.

HSL color Cylindrical-coordinate representation of color #463612: hue angle of 41.54º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #463612 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 54 18 -
CMYK 0 0.23 0.74 0.73
HSL 41.54º 0.59% 0.17% -
HSV(B) 41.54º 0.74% 0.27% -
XYZ 3.95 3.98 1.13 -
YUV 54.68 107.3 138.93 -
System Red Green Blue C M Y K H S L
Decimal 70 54 18 0 0.23 0.74 0.73 41.54 0.59 0.17
Hex 46 36 12 0 17 4A 49 2A 3B 11
Octal 106 66 22 0 27 112 111 52 73 21
Binary 1000110 110110 10010 0 10111 1001010 1001001 101010 111011 10001

Color Harmonies of #463612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463612

Black with #463612

Text Example


Text Example

White with #463612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463612; }

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

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

background-color css

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

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

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

border-color css

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

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

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