Html Css Color HEX #463610 Mikado

📋 copy color: '#463610'

red 70 ◦ green 54 ◦ blue 16

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

Shades of Mikado #463610

Tints of Mikado #463610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.43%

R = 50%
G = 38.57%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#463610 (or 0x463610) is known color: Mikado. HEX triplet: 46, 36 and 10. RGB value is (70,54,16). Sum of RGB (Red+Green+Blue) = 70+54+16=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #463610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463610 is #B9C9EF. Grayscale: #363636. Windows color (decimal): -12175856 or 1062470. OLE color: 1062470.

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

Color convert

RGB 70 54 16 -
CMYK 0 0.23 0.77 0.73
HSL 42.22º 0.63% 0.17% -
HSV(B) 42.22º 0.77% 0.27% -
XYZ 3.94 3.98 1.05 -
YUV 54.45 106.3 139.09 -
System Red Green Blue C M Y K H S L
Decimal 70 54 16 0 0.23 0.77 0.73 42.22 0.63 0.17
Hex 46 36 10 0 17 4D 49 2A 3F 11
Octal 106 66 20 0 27 115 111 52 77 21
Binary 1000110 110110 10000 0 10111 1001101 1001001 101010 111111 10001

Color Harmonies of #463610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463610

Black with #463610

Text Example


Text Example

White with #463610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463610; }

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

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

background-color css

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

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

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

border-color css

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

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

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