Html Css Color HEX #463401 Mikado

📋 copy color: '#463401'

red 70 ◦ green 52 ◦ blue 1

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

Shades of Mikado #463401

Tints of Mikado #463401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.81%

R = 56.91%
G = 42.28%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#463401 (or 0x463401) is known color: Mikado. HEX triplet: 46, 34 and 01. RGB value is (70,52,1). Sum of RGB (Red+Green+Blue) = 70+52+1=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #463401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463401 is #B9CBFE. Grayscale: #333333. Windows color (decimal): -12176383 or 78918. OLE color: 78918.

HSL color Cylindrical-coordinate representation of color #463401: hue angle of 44.35º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #463401 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 52 1 -
CMYK 0 0.26 0.99 0.73
HSL 44.35º 0.97% 0.14% -
HSV(B) 44.35º 0.99% 0.27% -
XYZ 3.76 3.76 0.56 -
YUV 51.57 99.46 141.15 -
System Red Green Blue C M Y K H S L
Decimal 70 52 1 0 0.26 0.99 0.73 44.35 0.97 0.14
Hex 46 34 1 0 1A 63 49 2C 61 E
Octal 106 64 1 0 32 143 111 54 141 16
Binary 1000110 110100 1 0 11010 1100011 1001001 101100 1100001 1110

Color Harmonies of #463401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463401

Black with #463401

Text Example


Text Example

White with #463401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463401; }

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

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

background-color css

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

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

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

border-color css

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

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

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