Html Css Color HEX #46350E Mikado

📋 copy color: '#46350E'

red 70 ◦ green 53 ◦ blue 14

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

Shades of Mikado #46350E

Tints of Mikado #46350E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 38.69%

 BLUE value IS 14 (5.86% from 255) = 10.22%

R = 51.09%
G = 38.69%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.73

RGB Variations

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

Color information

#46350E (or 0x46350E) is known color: Mikado. HEX triplet: 46, 35 and 0E. RGB value is (70,53,14). Sum of RGB (Red+Green+Blue) = 70+53+14=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 14 (5.86% from 255 or 10.22% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #46350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46350E is #B9CAF1. Grayscale: #353535. Windows color (decimal): -12176114 or 931142. OLE color: 931142.

HSL color Cylindrical-coordinate representation of color #46350E: hue angle of 41.79º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46350E is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 53 14 -
CMYK 0 0.24 0.80 0.73
HSL 41.79º 0.67% 0.16% -
HSV(B) 41.79º 0.8% 0.27% -
XYZ 3.88 3.88 0.96 -
YUV 53.64 105.63 139.67 -
System Red Green Blue C M Y K H S L
Decimal 70 53 14 0 0.24 0.80 0.73 41.79 0.67 0.16
Hex 46 35 E 0 18 50 49 2A 43 10
Octal 106 65 16 0 30 120 111 52 103 20
Binary 1000110 110101 1110 0 11000 1010000 1001001 101010 1000011 10000

Color Harmonies of #46350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46350E

Black with #46350E

Text Example


Text Example

White with #46350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46350E; }

 p { color: rgb(70,53,14); }

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

background-color css

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

 a { background-color: rgb(70,53,14); }

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

border-color css

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

 span { border-color: rgb(70,53,14); }

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