Html Css Color HEX #463400 Mikado

📋 copy color: '#463400'

red 70 ◦ green 52 ◦ blue 0

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

Shades of Mikado #463400

Tints of Mikado #463400

RGB

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

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

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

R = 57.38%
G = 42.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#463400 (or 0x463400) is known color: Mikado. HEX triplet: 46, 34 and 00. RGB value is (70,52,0). Sum of RGB (Red+Green+Blue) = 70+52+0=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 52 (20.70% from 255 or 42.62% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #463400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463400 is #B9CBFF. Grayscale: #333333. Windows color (decimal): -12176384 or 13382. OLE color: 13382.

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

Color convert

RGB 70 52 0 -
CMYK 0 0.26 1 0.73
HSL 44.57º 1% 0.14% -
HSV(B) 44.57º 1% 0.27% -
XYZ 3.75 3.76 0.53 -
YUV 51.45 98.96 141.23 -
System Red Green Blue C M Y K H S L
Decimal 70 52 0 0 0.26 1 0.73 44.57 1 0.14
Hex 46 34 0 0 1A 64 49 2D 64 E
Octal 106 64 0 0 32 144 111 55 144 16
Binary 1000110 110100 0 0 11010 1100100 1001001 101101 1100100 1110

Color Harmonies of #463400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463400

Black with #463400

Text Example


Text Example

White with #463400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463400; }

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

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

background-color css

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

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

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

border-color css

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

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

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