Html Css Color HEX #463507 Mikado

📋 copy color: '#463507'

red 70 ◦ green 53 ◦ blue 7

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

Shades of Mikado #463507

Tints of Mikado #463507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.38%

R = 53.85%
G = 40.77%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.73

RGB Variations

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

Color information

#463507 (or 0x463507) is known color: Mikado. HEX triplet: 46, 35 and 07. RGB value is (70,53,7). Sum of RGB (Red+Green+Blue) = 70+53+7=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 7 (3.12% from 255 or 5.38% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #463507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463507 is #B9CAF8. Grayscale: #353535. Windows color (decimal): -12176121 or 472390. OLE color: 472390.

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

Color convert

RGB 70 53 7 -
CMYK 0 0.24 0.90 0.73
HSL 43.81º 0.82% 0.15% -
HSV(B) 43.81º 0.9% 0.27% -
XYZ 3.84 3.86 0.74 -
YUV 52.84 102.13 140.24 -
System Red Green Blue C M Y K H S L
Decimal 70 53 7 0 0.24 0.90 0.73 43.81 0.82 0.15
Hex 46 35 7 0 18 5A 49 2C 52 F
Octal 106 65 7 0 30 132 111 54 122 17
Binary 1000110 110101 111 0 11000 1011010 1001001 101100 1010010 1111

Color Harmonies of #463507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463507

Black with #463507

Text Example


Text Example

White with #463507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463507; }

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

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

background-color css

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

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

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

border-color css

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

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

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