Html Css Color HEX #463311 Mikado

📋 copy color: '#463311'

red 70 ◦ green 51 ◦ blue 17

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

Shades of Mikado #463311

Tints of Mikado #463311

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.96%

 BLUE value IS 17 (7.03% from 255) = 12.32%

R = 50.72%
G = 36.96%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#463311 (or 0x463311) is known color: Mikado. HEX triplet: 46, 33 and 11. RGB value is (70,51,17). Sum of RGB (Red+Green+Blue) = 70+51+17=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #463311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463311 is #B9CCEE. Grayscale: #343434. Windows color (decimal): -12176623 or 1127238. OLE color: 1127238.

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

Color convert

RGB 70 51 17 -
CMYK 0 0.27 0.76 0.73
HSL 38.49º 0.61% 0.17% -
HSV(B) 38.49º 0.76% 0.27% -
XYZ 3.81 3.71 1.05 -
YUV 52.81 107.79 140.26 -
System Red Green Blue C M Y K H S L
Decimal 70 51 17 0 0.27 0.76 0.73 38.49 0.61 0.17
Hex 46 33 11 0 1B 4C 49 26 3D 11
Octal 106 63 21 0 33 114 111 46 75 21
Binary 1000110 110011 10001 0 11011 1001100 1001001 100110 111101 10001

Color Harmonies of #463311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463311

Black with #463311

Text Example


Text Example

White with #463311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463311; }

 p { color: rgb(70,51,17); }

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

background-color css

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

 a { background-color: rgb(70,51,17); }

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

border-color css

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

 span { border-color: rgb(70,51,17); }

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