Html Css Color HEX #463511 Mikado

📋 copy color: '#463511'

red 70 ◦ green 53 ◦ blue 17

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

Shades of Mikado #463511

Tints of Mikado #463511

RGB

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

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

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

R = 50%
G = 37.86%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#463511 (or 0x463511) is known color: Mikado. HEX triplet: 46, 35 and 11. RGB value is (70,53,17). Sum of RGB (Red+Green+Blue) = 70+53+17=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #463511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463511 is #B9CAEE. Grayscale: #363636. Windows color (decimal): -12176111 or 1127750. OLE color: 1127750.

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

Color convert

RGB 70 53 17 -
CMYK 0 0.24 0.76 0.73
HSL 40.75º 0.61% 0.17% -
HSV(B) 40.75º 0.76% 0.27% -
XYZ 3.9 3.89 1.08 -
YUV 53.98 107.13 139.43 -
System Red Green Blue C M Y K H S L
Decimal 70 53 17 0 0.24 0.76 0.73 40.75 0.61 0.17
Hex 46 35 11 0 18 4C 49 29 3D 11
Octal 106 65 21 0 30 114 111 51 75 21
Binary 1000110 110101 10001 0 11000 1001100 1001001 101001 111101 10001

Color Harmonies of #463511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463511

Black with #463511

Text Example


Text Example

White with #463511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463511; }

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

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

background-color css

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

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

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

border-color css

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

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

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