Html Css Color HEX #463410 Mikado

📋 copy color: '#463410'

red 70 ◦ green 52 ◦ blue 16

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

Shades of Mikado #463410

Tints of Mikado #463410

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.68%

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

R = 50.72%
G = 37.68%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#463410 (or 0x463410) is known color: Mikado. HEX triplet: 46, 34 and 10. RGB value is (70,52,16). Sum of RGB (Red+Green+Blue) = 70+52+16=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #463410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463410 is #B9CBEF. Grayscale: #353535. Windows color (decimal): -12176368 or 1061958. OLE color: 1061958.

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

Color convert

RGB 70 52 16 -
CMYK 0 0.26 0.77 0.73
HSL 40º 0.63% 0.17% -
HSV(B) 40º 0.77% 0.27% -
XYZ 3.85 3.8 1.02 -
YUV 53.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 70 52 16 0 0.26 0.77 0.73 40 0.63 0.17
Hex 46 34 10 0 1A 4D 49 28 3F 11
Octal 106 64 20 0 32 115 111 50 77 21
Binary 1000110 110100 10000 0 11010 1001101 1001001 101000 111111 10001

Color Harmonies of #463410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463410

Black with #463410

Text Example


Text Example

White with #463410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463410; }

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

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

background-color css

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

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

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

border-color css

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

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

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