Html Css Color HEX #463205 Mikado

📋 copy color: '#463205'

red 70 ◦ green 50 ◦ blue 5

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

Shades of Mikado #463205

Tints of Mikado #463205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4%

R = 56%
G = 40%
B = 4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#463205 (or 0x463205) is known color: Mikado. HEX triplet: 46, 32 and 05. RGB value is (70,50,5). Sum of RGB (Red+Green+Blue) = 70+50+5=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #463205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463205 is #B9CDFA. Grayscale: #333333. Windows color (decimal): -12176891 or 340550. OLE color: 340550.

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

Color convert

RGB 70 50 5 -
CMYK 0 0.29 0.93 0.73
HSL 41.54º 0.87% 0.15% -
HSV(B) 41.54º 0.93% 0.27% -
XYZ 3.69 3.59 0.64 -
YUV 50.85 102.13 141.66 -
System Red Green Blue C M Y K H S L
Decimal 70 50 5 0 0.29 0.93 0.73 41.54 0.87 0.15
Hex 46 32 5 0 1D 5D 49 2A 57 F
Octal 106 62 5 0 35 135 111 52 127 17
Binary 1000110 110010 101 0 11101 1011101 1001001 101010 1010111 1111

Color Harmonies of #463205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463205

Black with #463205

Text Example


Text Example

White with #463205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463205; }

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

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

background-color css

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

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

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

border-color css

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

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

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