Html Css Color HEX #463300 Mikado

📋 copy color: '#463300'

red 70 ◦ green 51 ◦ blue 0

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

Shades of Mikado #463300

Tints of Mikado #463300

RGB

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

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

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

R = 57.85%
G = 42.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#463300 (or 0x463300) is known color: Mikado. HEX triplet: 46, 33 and 00. RGB value is (70,51,0). Sum of RGB (Red+Green+Blue) = 70+51+0=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #463300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463300 is #B9CCFF. Grayscale: #333333. Windows color (decimal): -12176640 or 13126. OLE color: 13126.

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

Color convert

RGB 70 51 0 -
CMYK 0 0.27 1 0.73
HSL 43.71º 1% 0.14% -
HSV(B) 43.71º 1% 0.27% -
XYZ 3.71 3.67 0.51 -
YUV 50.87 99.29 141.65 -
System Red Green Blue C M Y K H S L
Decimal 70 51 0 0 0.27 1 0.73 43.71 1 0.14
Hex 46 33 0 0 1B 64 49 2C 64 E
Octal 106 63 0 0 33 144 111 54 144 16
Binary 1000110 110011 0 0 11011 1100100 1001001 101100 1100100 1110

Color Harmonies of #463300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463300

Black with #463300

Text Example


Text Example

White with #463300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463300; }

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

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

background-color css

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

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

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

border-color css

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

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

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