Html Css Color HEX #463505 Mikado

📋 copy color: '#463505'

red 70 ◦ green 53 ◦ blue 5

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

Shades of Mikado #463505

Tints of Mikado #463505

RGB

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

 GREEN value IS 53 (21.09% from 255) = 41.41%

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

R = 54.69%
G = 41.41%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#463505 (or 0x463505) is known color: Mikado. HEX triplet: 46, 35 and 05. RGB value is (70,53,5). Sum of RGB (Red+Green+Blue) = 70+53+5=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #463505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463505 is #B9CAFA. Grayscale: #343434. Windows color (decimal): -12176123 or 341318. OLE color: 341318.

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

Color convert

RGB 70 53 5 -
CMYK 0 0.24 0.93 0.73
HSL 44.31º 0.87% 0.15% -
HSV(B) 44.31º 0.93% 0.27% -
XYZ 3.83 3.86 0.69 -
YUV 52.61 101.13 140.4 -
System Red Green Blue C M Y K H S L
Decimal 70 53 5 0 0.24 0.93 0.73 44.31 0.87 0.15
Hex 46 35 5 0 18 5D 49 2C 57 F
Octal 106 65 5 0 30 135 111 54 127 17
Binary 1000110 110101 101 0 11000 1011101 1001001 101100 1010111 1111

Color Harmonies of #463505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463505

Black with #463505

Text Example


Text Example

White with #463505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463505; }

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

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

background-color css

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

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

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

border-color css

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

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

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