Html Css Color HEX #463000 Mikado

📋 copy color: '#463000'

red 70 ◦ green 48 ◦ blue 0

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

Shades of Mikado #463000

Tints of Mikado #463000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 40.68%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.32%
G = 40.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#463000 (or 0x463000) is known color: Mikado. HEX triplet: 46, 30 and 00. RGB value is (70,48,0). Sum of RGB (Red+Green+Blue) = 70+48+0=118 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.32% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 70 - color contains mainly: red. Hex color #463000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463000 is #B9CFFF. Grayscale: #313131. Windows color (decimal): -12177408 or 12358. OLE color: 12358.

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

Color convert

RGB 70 48 0 -
CMYK 0 0.31 1 0.73
HSL 41.14º 1% 0.14% -
HSV(B) 41.14º 1% 0.27% -
XYZ 3.58 3.42 0.47 -
YUV 49.11 100.29 142.9 -
System Red Green Blue C M Y K H S L
Decimal 70 48 0 0 0.31 1 0.73 41.14 1 0.14
Hex 46 30 0 0 1F 64 49 29 64 E
Octal 106 60 0 0 37 144 111 51 144 16
Binary 1000110 110000 0 0 11111 1100100 1001001 101001 1100100 1110

Color Harmonies of #463000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463000

Black with #463000

Text Example


Text Example

White with #463000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463000; }

 p { color: rgb(70,48,0); }

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

background-color css

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

 a { background-color: rgb(70,48,0); }

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

border-color css

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

 span { border-color: rgb(70,48,0); }

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