Html Css Color HEX #463302 Mikado

📋 copy color: '#463302'

red 70 ◦ green 51 ◦ blue 2

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

Shades of Mikado #463302

Tints of Mikado #463302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.63%

R = 56.91%
G = 41.46%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#463302 (or 0x463302) is known color: Mikado. HEX triplet: 46, 33 and 02. RGB value is (70,51,2). Sum of RGB (Red+Green+Blue) = 70+51+2=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #463302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463302 is #B9CCFD. Grayscale: #333333. Windows color (decimal): -12176638 or 144198. OLE color: 144198.

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

Color convert

RGB 70 51 2 -
CMYK 0 0.27 0.97 0.73
HSL 43.24º 0.94% 0.14% -
HSV(B) 43.24º 0.97% 0.27% -
XYZ 3.72 3.67 0.57 -
YUV 51.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 70 51 2 0 0.27 0.97 0.73 43.24 0.94 0.14
Hex 46 33 2 0 1B 61 49 2B 5E E
Octal 106 63 2 0 33 141 111 53 136 16
Binary 1000110 110011 10 0 11011 1100001 1001001 101011 1011110 1110

Color Harmonies of #463302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463302

Black with #463302

Text Example


Text Example

White with #463302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463302; }

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

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

background-color css

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

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

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

border-color css

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

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

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