Html Css Color HEX #463309 Mikado

📋 copy color: '#463309'

red 70 ◦ green 51 ◦ blue 9

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

Shades of Mikado #463309

Tints of Mikado #463309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.92%

R = 53.85%
G = 39.23%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#463309 (or 0x463309) is known color: Mikado. HEX triplet: 46, 33 and 09. RGB value is (70,51,9). Sum of RGB (Red+Green+Blue) = 70+51+9=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #463309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463309 is #B9CCF6. Grayscale: #343434. Windows color (decimal): -12176631 or 602950. OLE color: 602950.

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

Color convert

RGB 70 51 9 -
CMYK 0 0.27 0.87 0.73
HSL 41.31º 0.77% 0.15% -
HSV(B) 41.31º 0.87% 0.27% -
XYZ 3.76 3.69 0.77 -
YUV 51.89 103.79 140.92 -
System Red Green Blue C M Y K H S L
Decimal 70 51 9 0 0.27 0.87 0.73 41.31 0.77 0.15
Hex 46 33 9 0 1B 57 49 29 4D F
Octal 106 63 11 0 33 127 111 51 115 17
Binary 1000110 110011 1001 0 11011 1010111 1001001 101001 1001101 1111

Color Harmonies of #463309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463309

Black with #463309

Text Example


Text Example

White with #463309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463309; }

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

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

background-color css

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

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

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

border-color css

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

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

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