Html Css Color HEX #463510 Mikado

📋 copy color: '#463510'

red 70 ◦ green 53 ◦ blue 16

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

Shades of Mikado #463510

Tints of Mikado #463510

RGB

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

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

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

R = 50.36%
G = 38.13%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#463510 (or 0x463510) is known color: Mikado. HEX triplet: 46, 35 and 10. RGB value is (70,53,16). Sum of RGB (Red+Green+Blue) = 70+53+16=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #463510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463510 is #B9CAEF. Grayscale: #363636. Windows color (decimal): -12176112 or 1062214. OLE color: 1062214.

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

Color convert

RGB 70 53 16 -
CMYK 0 0.24 0.77 0.73
HSL 41.11º 0.63% 0.17% -
HSV(B) 41.11º 0.77% 0.27% -
XYZ 3.89 3.89 1.04 -
YUV 53.87 106.63 139.51 -
System Red Green Blue C M Y K H S L
Decimal 70 53 16 0 0.24 0.77 0.73 41.11 0.63 0.17
Hex 46 35 10 0 18 4D 49 29 3F 11
Octal 106 65 20 0 30 115 111 51 77 21
Binary 1000110 110101 10000 0 11000 1001101 1001001 101001 111111 10001

Color Harmonies of #463510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463510

Black with #463510

Text Example


Text Example

White with #463510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463510; }

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

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

background-color css

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

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

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

border-color css

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

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

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