Html Css Color HEX #463200 Mikado

📋 copy color: '#463200'

red 70 ◦ green 50 ◦ blue 0

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

Shades of Mikado #463200

Tints of Mikado #463200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 41.67%

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

R = 58.33%
G = 41.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#463200 (or 0x463200) is known color: Mikado. HEX triplet: 46, 32 and 00. RGB value is (70,50,0). Sum of RGB (Red+Green+Blue) = 70+50+0=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #463200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463200 is #B9CDFF. Grayscale: #323232. Windows color (decimal): -12176896 or 12870. OLE color: 12870.

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

Color convert

RGB 70 50 0 -
CMYK 0 0.29 1 0.73
HSL 42.86º 1% 0.14% -
HSV(B) 42.86º 1% 0.27% -
XYZ 3.67 3.58 0.5 -
YUV 50.28 99.63 142.07 -
System Red Green Blue C M Y K H S L
Decimal 70 50 0 0 0.29 1 0.73 42.86 1 0.14
Hex 46 32 0 0 1D 64 49 2B 64 E
Octal 106 62 0 0 35 144 111 53 144 16
Binary 1000110 110010 0 0 11101 1100100 1001001 101011 1100100 1110

Color Harmonies of #463200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463200

Black with #463200

Text Example


Text Example

White with #463200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463200; }

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

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

background-color css

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

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

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

border-color css

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

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

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